Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1256 llvm::Value *allocSize = in EmitCXXNewExpr() local
1260 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()
1316 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs); in EmitCXXNewExpr()
1321 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1323 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c19234 int allocSize in softHeapLimitEnforcer() argument
19237 sqlite3_release_memory(allocSize); in softHeapLimitEnforcer()