#include <unistd.h>

Go to the source code of this file.
Classes | |
| struct | Block |
| class | BlockArray |
Macros | |
| #define | BlockSize (1 << 12) |
| #define | ENTRIES ((BlockSize - sizeof(size_t) ) / sizeof(unsigned char)) |
| #define BlockSize (1 << 12) |
Definition at line 28 of file BlockArray.h.
| #define ENTRIES ((BlockSize - sizeof(size_t) ) / sizeof(unsigned char)) |
Definition at line 29 of file BlockArray.h.