JASSv2
Classes
allocator_memory.h File Reference

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...
 

Detailed Description

Simple block-allocator that internally allocated a large chunk then allocates smaller blocks from this larger block.

Author
Andrew Trotman