|
leveldb
|
#include "leveldb/db.h"#include "db/db_impl.h"#include "leveldb/cache.h"#include "util/testharness.h"#include "util/testutil.h"
Go to the source code of this file.
Classes | |
| class | leveldb::AutoCompactTest |
Namespaces | |
| leveldb | |
Functions | |
| leveldb::TEST (AutoCompactTest, ReadAll) | |
| leveldb::TEST (AutoCompactTest, ReadHalf) | |
| int | main (int argc, char **argv) |
Variables | |
| static const int | leveldb::kValueSize = 200 * 1024 |
| static const int | leveldb::kTotalSize = 100 * 1024 * 1024 |
| static const int | leveldb::kCount = kTotalSize / kValueSize |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
1.8.12