Home
last modified time | relevance | path

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

/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.cpp1601 llvm::Value *allocSize = in EmitCXXNewExpr() local
1627 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()
H A DCGDecl.cpp1788 auto allocSize = CGM.getDataLayout().getTypeAllocSize(Loc.getElementType()); in emitZeroOrPatternForAutoVarInit() local
1796 allocSize > trivialAutoVarInitMaxSize) in emitZeroOrPatternForAutoVarInit()
1804 allocSize > trivialAutoVarInitMaxSize) in emitZeroOrPatternForAutoVarInit()