Searched refs:allocation_address (Results 1 – 3 of 3) sorted by relevance
321 lldb::addr_t allocation_address = LLDB_INVALID_ADDRESS; in Malloc() local346 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 …]
103 uintptr_t allocation_address;90 uintptr_t allocation_address; global() member
1529 R->allocation_address = ChunkAddr; in getInlineErrorInfo()1597 if (ErrorInfo->reports[J].allocation_address == UntaggedEntryPtr) { in getRingBufferErrorInfo()1614 R->allocation_address = UntaggedEntryPtr; in getRingBufferErrorInfo()