Searched refs:ObjCounterHelper (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fbl/
H A Dslab_allocator_tests.cpp196 template <typename, bool> struct ObjCounterHelper;
198 template <typename SA> struct ObjCounterHelper<SA, true> { struct in namespace:__anon1351
219 template <typename SA> struct ObjCounterHelper<SA, false> { struct in namespace:__anon1351
245 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::ResetMaxObjCount(&allocator);
246 bool res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount(allocator, 0);
248 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount(allocator, 0);
256 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount
259 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckMaxObjCount
279 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::CheckObjCount
282 res = ObjCounterHelper<AllocatorTyp
[all...]

Completed in 70 milliseconds