Searched refs:numAllocations (Results 1 – 1 of 1) sorted by relevance
3173 ++numAllocations; in Allocate()3184 std::atomic<int> numAllocations; member in ROCKSDB_NAMESPACE::__anon20a8a7ae0411::CustomMemoryAllocator3233 EXPECT_EQ(custom_memory_allocator->numAllocations.load(), in TEST_P()3236 EXPECT_GT(custom_memory_allocator->numAllocations.load(), 0); in TEST_P()