JASSv2
|
Simple block-allocator that internally allocated a large chunk then allocates smaller blocks from this larger block. More...
#include "allocator.h"
Go to the source code of this file.
Classes | |
class | JASS::allocator_memory |
Memory allocator out of a single non-growable fixed-sized buffer. More... | |
Simple block-allocator that internally allocated a large chunk then allocates smaller blocks from this larger block.