Searched defs:MemoryAllocatedBytes (Results 1 – 3 of 3) sorted by relevance
70 size_t MemoryAllocatedBytes() const { return blocks_memory_; } in MemoryAllocatedBytes() function
72 size_t MemoryAllocatedBytes() const { in MemoryAllocatedBytes() function
185 TEST_F(ArenaTest, MemoryAllocatedBytes) { in TEST_F() argument