Home
last modified time | relevance | path

Searched refs:allocSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/etc/
HDncsw_mem.c242 uint32_t allocSize; in MEM_Init() local
245 allocSize = MEM_ComputePartitionSize(num, in MEM_Init()
251 p_Memory = (uint8_t *)XX_Malloc(allocSize); in MEM_Init()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprCXX.cpp1570 llvm::Value *allocSize = in EmitCXXNewExpr() local
1596 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()
1607 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()
1610 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1691 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()
1697 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1699 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
HDsqlite3.c18183 int allocSize in softHeapLimitEnforcer() argument
18186 sqlite3_release_memory(allocSize); in softHeapLimitEnforcer()