Home
last modified time | relevance | path

Searched refs:allocation_address (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp321 lldb::addr_t allocation_address = LLDB_INVALID_ADDRESS; in Malloc() local
346 allocation_address = FindSpace(allocation_size); in Malloc()
347 if (allocation_address == LLDB_INVALID_ADDRESS) { in Malloc()
363 allocation_address = in Malloc()
366 allocation_address = in Malloc()
377 allocation_address = FindSpace(allocation_size); in Malloc()
378 if (allocation_address == LLDB_INVALID_ADDRESS) { in Malloc()
390 allocation_address = in Malloc()
393 allocation_address = in Malloc()
414 aligned_address = (allocation_address + mask) & (~mask); in Malloc()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h103 uintptr_t allocation_address;
90 uintptr_t allocation_address; global() member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1529 R->allocation_address = ChunkAddr; in getInlineErrorInfo()
1597 if (ErrorInfo->reports[J].allocation_address == UntaggedEntryPtr) { in getRingBufferErrorInfo()
1614 R->allocation_address = UntaggedEntryPtr; in getRingBufferErrorInfo()