Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dtable_test.cc3173 ++numAllocations; in Allocate()
3184 std::atomic<int> numAllocations; member in ROCKSDB_NAMESPACE::__anon20a8a7ae0411::CustomMemoryAllocator
3233 EXPECT_EQ(custom_memory_allocator->numAllocations.load(), in TEST_P()
3236 EXPECT_GT(custom_memory_allocator->numAllocations.load(), 0); in TEST_P()