![]() |
Storage Engine API
|
#include "mongo/platform/basic.h"#include "mongo/db/storage/mmap_v1/record_access_tracker.h"#include <cstring>#include "mongo/base/init.h"#include "mongo/config.h"#include "mongo/db/storage/mmap_v1/record.h"#include "mongo/platform/bits.h"#include "mongo/stdx/memory.h"#include "mongo/util/clock_source.h"#include "mongo/util/debug_util.h"#include "mongo/util/processinfo.h"Namespaces | |
| mongo | |
| Copyright (C) 2014 MongoDB Inc. | |
| mongo::PointerTable | |
| long long _lastReset |
| size_t _table[buckets][bucketSize] |
organized similar to a CPU cache bucketSize-way set associative least-recently-inserted replacement policy