Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dslab_allocator_tests.cpp205 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()
[all …]
/system/ulib/fbl/include/fbl/
A Dslab_allocator.h307 size_t max_obj_count() const { return 0; } in max_obj_count() function
323 size_t max_obj_count() const { return max_obj_count_; } in max_obj_count() function
604 size_t max_obj_count() const {
607 return sa_obj_counter_.max_obj_count();
863 static size_t max_obj_count() { return allocator_.max_obj_count(); }

Completed in 9 milliseconds