Searched refs:MemoryAllocatedBytes (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/memory/ |
| D | arena_test.cc | 47 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
|
| D | concurrent_arena.h | 72 size_t MemoryAllocatedBytes() const { in MemoryAllocatedBytes() function 205 memory_allocated_bytes_.store(arena_.MemoryAllocatedBytes(), in Fixup()
|
| D | arena.h | 70 size_t MemoryAllocatedBytes() const { return blocks_memory_; } in MemoryAllocatedBytes() function
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_reader.h | 109 return arena_.MemoryAllocatedBytes(); in ApproximateMemoryUsage()
|
| /rocksdb-6.9/db/ |
| D | memtable.cc | 162 arena_.MemoryAllocatedBytes(); in ShouldFlushNow()
|