Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dslab_allocator_tests.cpp28 TestBase() : ctype_(ConstructType::DEFAULT) { ++allocated_obj_count_; } in TestBase()
29 explicit TestBase(const size_t&) : ctype_(ConstructType::LVALUE_REF) { ++allocated_obj_count_; } in TestBase()
30 explicit TestBase(size_t&&) : ctype_(ConstructType::RVALUE_REF) { ++allocated_obj_count_; } in TestBase()
33 ++allocated_obj_count_; in TestBase()
36 virtual ~TestBase() { --allocated_obj_count_; } in ~TestBase()
40 static void Reset() { allocated_obj_count_ = 0; } in Reset()
41 static size_t allocated_obj_count() { return allocated_obj_count_; } in allocated_obj_count()
48 static size_t allocated_obj_count_; member in __anon1dd898cb0111::TestBase
52 size_t TestBase::allocated_obj_count_; member in __anon1dd898cb0111::TestBase

Completed in 5 milliseconds