Searched refs:allocSize (Results 1 – 2 of 2) sorted by relevance
243 uint32_t allocSize;246 allocSize = MEM_ComputePartitionSize(num,252 p_Memory = (uint8_t *)XX_Malloc(allocSize);
1578 llvm::Value *allocSize = in EmitCXXNewExpr() local1604 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()