Searched defs:DenseSlabAlloc (Results 1 – 4 of 4) sorted by relevance
32 friend class DenseSlabAlloc; variable52 DenseSlabAlloc(LinkerInitialized, const char *name) : name_(name) {} in DenseSlabAlloc() function54 explicit DenseSlabAlloc(const char *name) in DenseSlabAlloc() function
31 template<typename T, uptr kL1Size, uptr kL2Size> friend class DenseSlabAlloc; variable40 explicit DenseSlabAlloc(const char *name) { in DenseSlabAlloc() function
33 template<typename T, uptr kL1Size, uptr kL2Size> friend class DenseSlabAlloc; variable42 explicit DenseSlabAlloc(const char *name) { in DenseSlabAlloc() function
24 TEST(DenseSlabAlloc, Basic) { in TEST() argument