Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dslab_allocator_tests.cpp207 static void ResetMaxObjCount(SA* allocator) { in ResetMaxObjCount() function
208 allocator->ResetMaxObjCount(); in ResetMaxObjCount()
217 SA::ResetMaxObjCount(); in StaticResetMaxObjCount()
228 static void ResetMaxObjCount(SA*) {} in ResetMaxObjCount() function
247 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::ResetMaxObjCount(&allocator); in do_slab_test()
323 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::ResetMaxObjCount(&allocator); in do_slab_test()
338 ObjCounterHelper<AllocatorType, ENB_OBJ_COUNT>::ResetMaxObjCount(&allocator); in do_slab_test()
350 allocator.ResetMaxObjCount(); in do_slab_test()
563 AllocatorType::ResetMaxObjCount(); in do_static_slab_test()
/system/ulib/fbl/include/fbl/
A Dslab_allocator.h305 void ResetMaxObjCount() {} in ResetMaxObjCount() function
321 void ResetMaxObjCount() { max_obj_count_ = obj_count_; } in ResetMaxObjCount() function
609 void ResetMaxObjCount() {
613 sa_obj_counter_.ResetMaxObjCount();
865 static void ResetMaxObjCount() { allocator_.ResetMaxObjCount(); }

Completed in 5 milliseconds