Lines Matching defs:Reset
29 void BumpPointerAllocator::Reset()
36 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end)
46 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top)
84 bpAllocator_.Reset(region->GetBegin(), region->GetEnd());
88 void FreeListAllocator<T>::Reset(BaseHeap *heap)
101 bpAllocator_.Reset(begin, end);
137 bpAllocator_.Reset(begin, end);
148 bpAllocator_.Reset();
167 bpAllocator_.Reset(begin, end, top);
208 bpAllocator_.Reset();