#include "config.h"#include <cassert>#include <cstring>#include <auto_ptr.h>#include "globals.h"#include "helping_lock.h"#include "mapped_alloc.h"#include "kmem_slab.h"#include "std_macros.h"Go to the source code of this file.
Enumerations | |
| enum | Mapping_depth { Depth_root = 0, Depth_max = 252, Depth_subtree = 253, Depth_empty = 254, Depth_end = 255 } |
| enum | Mapping_tree_size { Size_factor = 4, Size_id_max = 8 } |
|
|
|
|
|
|
1.4.2