Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/ncsw/etc/
H A Dncsw_mem.c243 uint32_t allocSize;
246 allocSize = MEM_ComputePartitionSize(num,
252 p_Memory = (uint8_t *)XX_Malloc(allocSize);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1569 llvm::Value *allocSize = in EmitCXXNewExpr() local
1595 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()
1606 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()
1609 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1690 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()
1696 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1698 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c18183 int allocSize in softHeapLimitEnforcer() argument
18186 sqlite3_release_memory(allocSize); in softHeapLimitEnforcer()