Searched refs:CheckMemoryAllocated (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/memory/ |
| D | arena_test.cc | 24 bool CheckMemoryAllocated(size_t allocated, size_t expected) { in CheckMemoryAllocated() function 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() 80 ASSERT_PRED2(CheckMemoryAllocated, arena.MemoryAllocatedBytes(), in MemoryAllocatedBytesTest() 103 ASSERT_PRED2(CheckMemoryAllocated, arena.MemoryAllocatedBytes(), in ApproximateMemoryUsageTest() 114 CheckMemoryAllocated(mem_usage, kBlockSize + Arena::kInlineSize) || in ApproximateMemoryUsageTest() 115 CheckMemoryAllocated(mem_usage, huge_page_size + Arena::kInlineSize)); in ApproximateMemoryUsageTest() 117 ASSERT_PRED2(CheckMemoryAllocated, mem_usage, in ApproximateMemoryUsageTest()
|