Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
369 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc()
[all …]
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_vector.cpp155 size_t allocation_size; in calculate_allocation_size_or_throw() local
156 if (add_overflow(element_heap_size, padding_size, &allocation_size)) in calculate_allocation_size_or_throw()
159 return allocation_size; in calculate_allocation_size_or_throw()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h91 uintptr_t allocation_size; member
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1393 R->allocation_size = Header.SizeOrUnusedBytes; in getInlineErrorInfo()
1474 R->allocation_size = EntrySize; in getRingBufferErrorInfo()