Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprCXX.cpp1142 llvm::Value *allocSize = in EmitCXXNewExpr() local
1146 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()
1226 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs); in EmitCXXNewExpr()
1231 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1233 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c18183 int allocSize in softHeapLimitEnforcer() argument
18186 sqlite3_release_memory(allocSize); in softHeapLimitEnforcer()