Searched refs:allocation_address (Results 1 – 3 of 3) sorted by relevance
329 lldb::addr_t allocation_address = LLDB_INVALID_ADDRESS; in Malloc() local354 allocation_address = FindSpace(allocation_size); in Malloc()355 if (allocation_address == LLDB_INVALID_ADDRESS) in Malloc()370 allocation_address = in Malloc()373 allocation_address = in Malloc()384 allocation_address = FindSpace(allocation_size); in Malloc()385 if (allocation_address == LLDB_INVALID_ADDRESS) in Malloc()397 allocation_address = in Malloc()400 allocation_address = in Malloc()419 aligned_address = (allocation_address + mask) & (~mask); in Malloc()[all …]
103 uintptr_t allocation_address;90 uintptr_t allocation_address; global() member
1548 R->allocation_address = ChunkAddr; in getInlineErrorInfo()1616 if (ErrorInfo->reports[J].allocation_address == UntaggedEntryPtr) { in getRingBufferErrorInfo()1633 R->allocation_address = UntaggedEntryPtr; in getRingBufferErrorInfo()