Searched defs:max_obj_count (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/fbl/
H A Dslab_allocator_tests.cpp288 size_t max_obj_count = TestBase::allocated_obj_count(); local
507 size_t max_obj_count = TestBase::allocated_obj_count(); local
[all...]
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dslab_allocator.h306 size_t max_obj_count() const { return 0; } function in class:fbl::internal::SAObjCounter
322 size_t max_obj_count() const { return max_obj_count_; } function in class:fbl::internal::SAObjCounter
603 size_t max_obj_count() const { function in class:fbl::internal::SlabAllocator
862 static size_t max_obj_count() { return allocator_.max_obj_count(); } function in class:fbl::SlabAllocator

Completed in 65 milliseconds