Searched refs:num_allocations (Results 1 – 2 of 2) sorted by relevance
39 merged.num_allocations = 0; in logUnreachable()45 merged.num_allocations = max(merged.num_allocations, info.num_allocations); in logUnreachable()
1293 ++num_allocations; in on_allocation()1315 static uint32 num_allocations; member in google::protobuf::ArenaHooksTestUtil1320 uint32 ArenaHooksTestUtil::num_allocations = 0; member in google::protobuf::ArenaHooksTestUtil1337 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()