Searched defs:allocation_count (Results 1 – 5 of 5) sorted by relevance
186 NullAllocator(std::atomic<int>* allocation_count, in NullAllocator()218 std::atomic<int> allocation_count{0}; in TEST_P() local236 SimpleAllocator(std::atomic<int>* allocation_count, in SimpleAllocator()268 std::atomic<int> allocation_count{0}; in TEST_P() local
246 int allocation_count = 0; member in grpc::testing::__anon2120be460111::SimpleAllocatorTest::SimpleAllocator340 int allocation_count = 0; member in grpc::testing::__anon2120be460111::ArenaAllocatorTest::ArenaAllocator
770 __u32 allocation_count; member787 __u32 allocation_count; member810 __u32 allocation_count; member1338 __u32 allocation_count; member1352 __u32 allocation_count; member1459 __u32 allocation_count; member1509 __u32 allocation_count; member
53 size_t allocation_count = 0; member in MemoryTracker
7330 static intptr_t allocation_count = ALLOC_ALWAYS_SUCCEED; variable