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

/fuchsia/zircon/system/utest/fbl/
H A Dslab_allocator_tests.cpp211 static bool StaticCheckMaxObjCount(size_t expected) { function in struct:__anon1351::ObjCounterHelper
230 static bool StaticCheckMaxObjCount(size_t) { function in struct:__anon1351::ObjCounterHelper
467 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(0);
478 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount
501 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount
517 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(max_obj_count);
542 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(max_obj_count);
549 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(i % 2);
552 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(0);

Completed in 67 milliseconds