Searched refs:allocation_address (Results 1 – 3 of 3) sorted by relevance
296 lldb::addr_t allocation_address = LLDB_INVALID_ADDRESS; in Malloc() local321 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 …]
90 uintptr_t allocation_address; member
1342 R->allocation_address = ChunkAddr; in getInlineErrorInfo()1404 if (ErrorInfo->reports[J].allocation_address == UntaggedEntryPtr) { in getRingBufferErrorInfo()1421 R->allocation_address = UntaggedEntryPtr; in getRingBufferErrorInfo()