Home
last modified time | relevance | path

Searched refs:allocation_size (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dmemory_allocator.h33 virtual size_t UsableSize(void* /*p*/, size_t allocation_size) const { in UsableSize() argument
35 return allocation_size; in UsableSize()
/rocksdb-6.9/memory/
Djemalloc_nodump_allocator.h35 size_t UsableSize(void* p, size_t allocation_size) const override;