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);
1601 llvm::Value *allocSize = in EmitCXXNewExpr() local1627 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()1638 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()1641 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()1727 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()1733 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()1735 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1788 auto allocSize = CGM.getDataLayout().getTypeAllocSize(Loc.getElementType()); in emitZeroOrPatternForAutoVarInit() local1796 allocSize > trivialAutoVarInitMaxSize) in emitZeroOrPatternForAutoVarInit()1804 allocSize > trivialAutoVarInitMaxSize) in emitZeroOrPatternForAutoVarInit()