Searched refs:free_end_start (Results 1 – 1 of 1) sorted by relevance
397 const uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Walk() local399 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Walk()449 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Free() local461 if (next_addr >= free_end_start) { in Free()463 CHECK_EQ(next_addr, free_end_start); in Free()562 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in Dump() local565 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); in Dump()579 os << "Free block at address: " << reinterpret_cast<const void*>(free_end_start) in Dump()592 uintptr_t free_end_start = reinterpret_cast<uintptr_t>(end_) - free_end_; in SetAllLargeObjectsAsZygoteObjects() local594 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info; in SetAllLargeObjectsAsZygoteObjects()