Home
last modified time | relevance | path

Searched refs:DumpMallocStats (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Dmalloc_stats.cc38 void DumpMallocStats(std::string* stats) { in DumpMallocStats() function
51 void DumpMallocStats(std::string*) {}
Dmalloc_stats.h20 void DumpMallocStats(std::string*);
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc858 DumpMallocStats(&stats); in DumpStats()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc7078 ROCKSDB_NAMESPACE::DumpMallocStats(&stats_string); in db_bench_tool()