Searched refs:allocSize (Results 1 – 2 of 2) sorted by relevance
1256 llvm::Value *allocSize = in EmitCXXNewExpr() local1260 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()
19234 int allocSize in softHeapLimitEnforcer() argument19237 sqlite3_release_memory(allocSize); in softHeapLimitEnforcer()