Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ncsw/etc/
Dncsw_mem.c243 uint32_t allocSize;
246 allocSize = MEM_ComputePartitionSize(num,
252 p_Memory = (uint8_t *)XX_Malloc(allocSize);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp1578 llvm::Value *allocSize = in EmitCXXNewExpr() local
1604 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()
1615 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()
1618 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1705 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()
1711 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1713 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c18183 int allocSize in softHeapLimitEnforcer() argument
18186 sqlite3_release_memory(allocSize); in softHeapLimitEnforcer()