Home | History | Annotate | Download | only in rtl

Lines Matching refs:allocator

49 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
50 Allocator *allocator() {
51 return reinterpret_cast<Allocator*>(&allocator_placeholder);
55 allocator()->Init();
59 allocator()->InitCache(&thr->alloc_cache);
64 allocator()->DestroyCache(&thr->alloc_cache);
69 allocator()->PrintStats();
88 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align);
100 allocator()->Deallocate(&thr->alloc_cache, p);
188 allocator()->GetStats(stats);
197 allocator()->GetStats(stats);
226 return allocator()->GetBlockBegin(p) != 0;
241 allocator()->SwallowCache(&thr->alloc_cache);