Searched refs:UsableSize (Results 1 – 5 of 5) sorted by relevance
33 virtual size_t UsableSize(void* /*p*/, size_t allocation_size) const { in UsableSize() function
35 size_t UsableSize(void* p, size_t allocation_size) const override;
126 size_t JemallocNodumpAllocator::UsableSize(void* p, in UsableSize() function in ROCKSDB_NAMESPACE::JemallocNodumpAllocator
272 return allocator->UsableSize(allocation.get(), data.size()); in usable_size()
334 usage += allocator->UsableSize(allocation_.get(), slice_.size()); in ApproximateMemoryUsage()