![]() |
Public API Reference |
![]() |
Generic Memory Allocator. More...
#include "cssysdef.h"
#include "csextern.h"
#include "csutil/array.h"
#include "csutil/custom_new_disable.h"
#include "csutil/custom_new_enable.h"
Go to the source code of this file.
Classes | |
class | csMemoryPool |
A quick-allocation pool for storage of arbitrary data. More... | |
Functions | |
void * | operator new (size_t n, csMemoryPool &p) |
Convenience new operator which makes the allocation from a csMemoryPool rather than from the system heap. |
Generic Memory Allocator.
Definition in file mempool.h.