Searched refs:GetAllocatedStart (Results 1 – 3 of 3) sorted by relevance
166 void *cur_ptr = arena_.GetAllocatedStart(); in IterateOverObjects()205 MemRange arena_occupied_mem_range(ToUintPtr(arena_.GetAllocatedStart()), in IterateOverObjectsInRange()255 return MemRange(ToUintPtr(arena_.GetAllocatedStart()), ToUintPtr(arena_.GetArenaEnd()) - 1); in GetMemRange()
81 void *GetAllocatedStart() const;
110 void *Arena::GetAllocatedStart() const in GetAllocatedStart() function in panda::Arena