提交 f3ca28ab 编写于 作者: Y Yueh-Hsuan Chiang

Correct the comment of GetApproximateMemoryUsageByType

Summary: Correct the comment of GetApproximateMemoryUsageByType.

Test Plan: No code change.

Reviewers: igor, sdong, anthony, IslamAbdelRahman

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D50409
上级 838676c1
...@@ -33,7 +33,7 @@ class MemoryUtil { ...@@ -33,7 +33,7 @@ class MemoryUtil {
}; };
// Returns the approximate memory usage of different types in the input // Returns the approximate memory usage of different types in the input
// list of DBs and Cache set. For instance, in the output vector // list of DBs and Cache set. For instance, in the output map
// usage_by_type, usage_by_type[kMemTableTotal] will store the memory // usage_by_type, usage_by_type[kMemTableTotal] will store the memory
// usage of all the mem-tables from all the input rocksdb instances. // usage of all the mem-tables from all the input rocksdb instances.
// //
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册