Searched refs:allocSize (Results 1 – 3 of 3) sorted by relevance
243 uint32_t allocSize;246 allocSize = MEM_ComputePartitionSize(num,252 p_Memory = (uint8_t *)XX_Malloc(allocSize);
1569 llvm::Value *allocSize = in EmitCXXNewExpr() local1595 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()
18183 int allocSize in softHeapLimitEnforcer() argument18186 sqlite3_release_memory(allocSize); in softHeapLimitEnforcer()