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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h97 size_t allocSize = sizeof(StringMapEntry) + keyLength + 1; local
101 static_cast<StringMapEntry *>(allocator.Allocate(allocSize, alignment));
/freebsd-13-stable/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-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1570 llvm::Value *allocSize = local
1596 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType());
1607 allocatorArgs.add(RValue::get(allocSize), sizeType);
1610 if (allocSize != allocSizeWithoutCookie) {
1697 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign,
1703 assert((allocSize == allocSizeWithoutCookie) ==
1705 if (allocSize != allocSizeWithoutCookie) {

Completed in 109 milliseconds