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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h12 // A DenseSlabAlloc is a freelist-based allocator of fixed-size objects.
13 // DenseSlabAllocCache is a thread-local cache for DenseSlabAlloc.
14 // The only difference with traditional slab allocators is that DenseSlabAlloc
33 template<typename T, uptr kL1Size, uptr kL2Size> friend class DenseSlabAlloc;
37 class DenseSlabAlloc { class in namespace:__tsan
42 DenseSlabAlloc() { function in class:__tsan::DenseSlabAlloc
54 ~DenseSlabAlloc() {

Completed in 78 milliseconds