Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp296 lldb::addr_t allocation_address = LLDB_INVALID_ADDRESS; in Malloc() local
321 allocation_address = FindSpace(allocation_size); in Malloc()
322 if (allocation_address == LLDB_INVALID_ADDRESS) { in Malloc()
338 allocation_address = in Malloc()
341 allocation_address = in Malloc()
352 allocation_address = FindSpace(allocation_size); in Malloc()
353 if (allocation_address == LLDB_INVALID_ADDRESS) { in Malloc()
365 allocation_address = in Malloc()
368 allocation_address = in Malloc()
389 aligned_address = (allocation_address + mask) & (~mask); in Malloc()
[all …]
/external/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
Dinterface.h89 uintptr_t allocation_address; member
/external/scudo/standalone/include/scudo/
Dinterface.h90 uintptr_t allocation_address; member
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc116 uint64_t address = operation.allocation_address; in CommitOperation()
Dbookkeeping.h252 uint64_t allocation_address; member
/external/scudo/standalone/
Dcombined.h1333 R->allocation_address = ChunkAddr; in getInlineErrorInfo()
1395 if (ErrorInfo->reports[J].allocation_address == UntaggedEntryPtr) { in getRingBufferErrorInfo()
1412 R->allocation_address = UntaggedEntryPtr; in getRingBufferErrorInfo()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h884 R->allocation_address = ChunkAddr; in getErrorInfo()
910 R->allocation_address = ChunkAddr; in getErrorInfo()