Searched refs:custom_memory_allocator (Results 1 – 1 of 1) sorted by relevance
3190 auto custom_memory_allocator = std::make_shared<CustomMemoryAllocator>(); in TEST_P() local3199 lruOptions.memory_allocator = custom_memory_allocator; in TEST_P()3233 EXPECT_EQ(custom_memory_allocator->numAllocations.load(), in TEST_P()3234 custom_memory_allocator->numDeallocations.load()); in TEST_P()3236 EXPECT_GT(custom_memory_allocator->numAllocations.load(), 0); in TEST_P()