leveldb/include/leveldb
ssid 528c2bc6ad Add "approximate-memory-usage" property to leveldb::DB::GetProperty
The approximate RAM usage of the database is calculated from the memory
allocated for write buffers and the block cache. This is to give an
estimate of memory usage to leveldb clients.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=104222307
2015-12-09 10:34:58 -08:00
..
c.h Release LevelDB 1.16 2014-02-10 11:36:06 -08:00
cache.h Add "approximate-memory-usage" property to leveldb::DB::GetProperty 2015-12-09 10:34:58 -08:00
comparator.h A number of fixes: 2011-10-31 17:22:06 +00:00
db.h Add "approximate-memory-usage" property to leveldb::DB::GetProperty 2015-12-09 10:34:58 -08:00
dumpfile.h Release 1.18 2014-09-16 14:19:52 -07:00
env.h LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. 2015-08-11 14:56:39 -07:00
filter_policy.h Added bloom filter support. 2012-04-17 08:36:46 -07:00
iterator.h Fixed incorrect comment wording for Iterator::Seek. 2014-12-11 07:52:09 -08:00
options.h LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. 2015-08-11 14:56:39 -07:00
slice.h Release LevelDB 1.17 2014-05-01 13:44:03 -07:00
status.h Added leveldb::Status::IsInvalidArgument() method. 2015-12-09 10:34:57 -08:00
table_builder.h Added bloom filter support. 2012-04-17 08:36:46 -07:00
table.h Added bloom filter support. 2012-04-17 08:36:46 -07:00
write_batch.h A number of fixes: 2011-10-31 17:22:06 +00:00