Searched refs:ObjCounterHelper (Results 1 – 1 of 1) sorted by relevance
| /system/utest/fbl/ |
| A D | slab_allocator_tests.cpp | 198 template <typename, bool> struct ObjCounterHelper; 200 template <typename SA> struct ObjCounterHelper<SA, true> { struct 221 template <typename SA> struct ObjCounterHelper<SA, false> { struct 258 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount in do_slab_test() 261 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test() 281 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount in do_slab_test() 297 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount in do_slab_test() 332 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount in do_slab_test() 335 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test() 339 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount in do_slab_test() [all …]
|
Completed in 7 milliseconds