Searched refs:allocation_size (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 324 size_t allocation_size; in Malloc() local 329 allocation_size = alignment; in Malloc() 332 allocation_size = llvm::alignTo(size, alignment); in Malloc() 337 allocation_size += alignment - 1; in Malloc() 346 allocation_address = FindSpace(allocation_size); in Malloc() 364 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 367 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc() 377 allocation_address = FindSpace(allocation_size); in Malloc() 391 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 419 allocation_size, permissions, alignment, policy)); in Malloc() [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/samples/ |
| H A D | sample10_unittest.cc | 50 void* operator new(size_t allocation_size) { in operator new() argument 52 return malloc(allocation_size); in operator new()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/ |
| H A D | interface.h | 104 uintptr_t allocation_size; member
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1379 R->allocation_size = Header.SizeOrUnusedBytes; in getInlineErrorInfo() 1462 R->allocation_size = EntrySize; in getRingBufferErrorInfo()
|