Lines Matching refs:max_obj_count
205 return (allocator.max_obj_count() == expected); in CheckMaxObjCount()
214 return (SA::max_obj_count() == expected); in StaticCheckMaxObjCount()
290 size_t max_obj_count = TestBase::allocated_obj_count(); in do_slab_test() local
301 (allocator, max_obj_count); in do_slab_test()
324 max_obj_count = TestBase::allocated_obj_count(); in do_slab_test()
327 (allocator, max_obj_count); in do_slab_test()
347 allocator.max_obj_count(); in do_slab_test()
509 size_t max_obj_count = TestBase::allocated_obj_count(); in do_static_slab_test() local
519 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(max_obj_count); in do_static_slab_test()
542 max_obj_count = TestBase::allocated_obj_count(); in do_static_slab_test()
544 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(max_obj_count); in do_static_slab_test()
560 AllocatorType::max_obj_count(); in do_static_slab_test()