Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp287 mlir::Value allocSize = emitCXXNewAllocSize( in emitCXXNewExpr() local
304 allocatorArgs.add(RValue::get(allocSize), sizeType); in emitCXXNewExpr()
307 if (allocSize != allocSizeWithoutCookie) { in emitCXXNewExpr()
362 if (allocSize != allocSizeWithoutCookie) in emitCXXNewExpr()
/freebsd/sys/contrib/ncsw/etc/
H A Dncsw_mem.c243 uint32_t allocSize;
246 allocSize = MEM_ComputePartitionSize(num,
252 p_Memory = (uint8_t *)XX_Malloc(allocSize);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1630 llvm::Value *allocSize = in EmitCXXNewExpr() local
1657 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()
1677 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()
1680 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1766 EnterNewDeleteCleanup(*this, E, TypeIdentityArg, allocation, allocSize, in EmitCXXNewExpr()
1772 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1774 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
H A DCGDecl.cpp1837 auto allocSize = CGM.getDataLayout().getTypeAllocSize(Loc.getElementType()); in emitZeroOrPatternForAutoVarInit() local
1845 allocSize > trivialAutoVarInitMaxSize) in emitZeroOrPatternForAutoVarInit()
1853 allocSize > trivialAutoVarInitMaxSize) in emitZeroOrPatternForAutoVarInit()