Home
last modified time | relevance | path

Searched refs:allocation_size (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp299 size_t allocation_size; in Malloc() local
304 allocation_size = alignment; in Malloc()
307 allocation_size = llvm::alignTo(size, alignment); in Malloc()
312 allocation_size += alignment - 1; in Malloc()
321 allocation_address = FindSpace(allocation_size); in Malloc()
339 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()
342 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc()
352 allocation_address = FindSpace(allocation_size); in Malloc()
366 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()
394 allocation_size, permissions, alignment, policy)); in Malloc()
[all …]
/freebsd-13.1/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc52 void* operator new(size_t allocation_size) { in operator new() argument
54 return malloc(allocation_size); in operator new()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h91 uintptr_t allocation_size; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1333 R->allocation_size = Header.SizeOrUnusedBytes; in getInlineErrorInfo()
1412 R->allocation_size = EntrySize; in getRingBufferErrorInfo()