Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1578 llvm::Value *allocSize = in EmitCXXNewExpr() local
1604 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()