Home
last modified time | relevance | path

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

/rocksdb-6.9/memory/
Darena_test.cc47 ASSERT_PRED2(CheckMemoryAllocated, arena.MemoryAllocatedBytes(), in MemoryAllocatedBytesTest()
62 CheckMemoryAllocated(arena.MemoryAllocatedBytes(), in MemoryAllocatedBytesTest()
64 CheckMemoryAllocated(arena.MemoryAllocatedBytes(), in MemoryAllocatedBytesTest()
68 ASSERT_PRED2(CheckMemoryAllocated, arena.MemoryAllocatedBytes(), in MemoryAllocatedBytesTest()
74 expected_memory_allocated = arena.MemoryAllocatedBytes(); in MemoryAllocatedBytesTest()
80 ASSERT_PRED2(CheckMemoryAllocated, arena.MemoryAllocatedBytes(), in MemoryAllocatedBytesTest()
103 ASSERT_PRED2(CheckMemoryAllocated, arena.MemoryAllocatedBytes(), in ApproximateMemoryUsageTest()
111 auto mem_usage = arena.MemoryAllocatedBytes(); in ApproximateMemoryUsageTest()
124 ASSERT_EQ(mem_usage, arena.MemoryAllocatedBytes()); in ApproximateMemoryUsageTest()
185 TEST_F(ArenaTest, MemoryAllocatedBytes) { in TEST_F() argument
Dconcurrent_arena.h72 size_t MemoryAllocatedBytes() const { in MemoryAllocatedBytes() function
205 memory_allocated_bytes_.store(arena_.MemoryAllocatedBytes(), in Fixup()
Darena.h70 size_t MemoryAllocatedBytes() const { return blocks_memory_; } in MemoryAllocatedBytes() function
/rocksdb-6.9/table/plain/
Dplain_table_reader.h109 return arena_.MemoryAllocatedBytes(); in ApproximateMemoryUsage()
/rocksdb-6.9/db/
Dmemtable.cc162 arena_.MemoryAllocatedBytes(); in ShouldFlushNow()