Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/
DLeakChecker.cpp39 merged.num_allocations = 0; in logUnreachable()
45 merged.num_allocations = max(merged.num_allocations, info.num_allocations); in logUnreachable()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc1293 ++num_allocations; in on_allocation()
1315 static uint32 num_allocations; member in google::protobuf::ArenaHooksTestUtil
1320 uint32 ArenaHooksTestUtil::num_allocations = 0; member in google::protobuf::ArenaHooksTestUtil
1337 EXPECT_EQ(0, ArenaHooksTestUtil::num_allocations); in TEST()
1340 EXPECT_EQ(1, ArenaHooksTestUtil::num_allocations); in TEST()
1342 EXPECT_EQ(2, ArenaHooksTestUtil::num_allocations); in TEST()