Searched refs:free_end_start (Results 1 – 1 of 1) sorted by relevance
428 const uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Walk() local430 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Walk()480 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Free() local496 if (next_addr >= free_end_start) { in Free()498 CHECK_EQ(next_addr, free_end_start); in Free()597 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Dump() local600 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Dump()614 os << "Free block at address: " << reinterpret_cast<const void*>(free_end_start) in Dump()627 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in SetAllLargeObjectsAsZygoteObjects() local629 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info; in SetAllLargeObjectsAsZygoteObjects()