#include "Utilities/PAssert.h"
#include <stddef.h>
#include <string.h>
#include <vector>
Classes | |
class | Pool |
A Pool maintains a set of page-sized chunks of memory, and hands out small blocks very quickly. More... | |
struct | Pool::Link |
Intended to be used in new and delete operators of small classes.