Searched defs:kAllocatorTypeTLAB (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dallocator_type.h28 kAllocatorTypeTLAB, // Use TLAB allocator, has entrypoints. enumerator in enum:art::gc::AllocatorType
39 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB;

Completed in 367 milliseconds