MPD
0.20.6
|
#include "HugeAllocator.hxx"
#include "Compiler.h"
#include <utility>
#include <new>
#include <assert.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
class | SliceBuffer< T > |
This class pre-allocates a certain number of objects, and allows callers to allocate and free these objects ("slices"). More... | |