Home | History | Annotate | Download | only in rtl

Lines Matching refs:allocator

61 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
62 Allocator *allocator() {
63 return reinterpret_cast<Allocator*>(&allocator_placeholder);
114 allocator()->Init(common_flags()->allocator_may_return_null);
122 allocator()->InitCache(&proc->alloc_cache);
127 allocator()->DestroyCache(&proc->alloc_cache);
132 allocator()->PrintStats();
151 return allocator()->ReturnNullOrDie();
152 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align);
164 return allocator()->ReturnNullOrDie();
175 allocator()->Deallocate(&thr->proc()->alloc_cache, p);
267 allocator()->GetStats(stats);
273 allocator()->GetStats(stats);
290 return allocator()->GetBlockBegin(p) != 0;
299 allocator()->SwallowCache(&thr->proc()->alloc_cache);