JASSv2
Classes
allocator_memory.h File Reference

Simple block-allocator that internally uses a single non-growable fixed-sized buffer. More...

#include "allocator.h"
Include dependency graph for allocator_memory.h:
This graph shows which files directly or indirectly include this file:

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 uses a single non-growable fixed-sized buffer.

Author
Andrew Trotman