Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dslab_allocator_tests.cpp213 static bool StaticCheckMaxObjCount(size_t expected) { in StaticCheckMaxObjCount() function
232 static bool StaticCheckMaxObjCount(size_t) { in StaticCheckMaxObjCount() function
469 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(0); in do_static_slab_test()
480 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount in do_static_slab_test()
503 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount in do_static_slab_test()
519 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(max_obj_count); in do_static_slab_test()
544 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(max_obj_count); in do_static_slab_test()
551 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(i % 2); in do_static_slab_test()
554 res = ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::StaticCheckMaxObjCount(0); in do_static_slab_test()

Completed in 6 milliseconds