Searched refs:allocation_size (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 332 size_t allocation_size; in Malloc() local 337 allocation_size = alignment; in Malloc() 340 allocation_size = llvm::alignTo(size, alignment); in Malloc() 345 allocation_size += alignment - 1; in Malloc() 354 allocation_address = FindSpace(allocation_size); in Malloc() 371 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 374 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc() 384 allocation_address = FindSpace(allocation_size); in Malloc() 398 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 401 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc() [all …]
|
| /freebsd/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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/ |
| H A D | interface.h | 104 uintptr_t allocation_size; 91 uintptr_t allocation_size; global() member
|
| /freebsd/contrib/llvm-project/libc/shared/ |
| H A D | rpc.h | 110 RPC_ATTRS static constexpr uint64_t allocation_size(uint32_t port_count, in allocation_size() function 378 RPC_ATTRS static constexpr uint64_t allocation_size(uint32_t lane_size, in allocation_size() function 380 return Process<true>::allocation_size(port_count, lane_size); in allocation_size()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1549 R->allocation_size = Header.SizeOrUnusedBytes; in getInlineErrorInfo() 1634 R->allocation_size = EntrySize; in getRingBufferErrorInfo()
|