#include <Allocator.h>
Public Types | |
| enum | |
| It's may be better to check that StackSize is an integer multiple of align_bytes. | |
Public Member Functions | |
| void * | allocate (size_t size) |
| Allocate memory from the stack. | |
| void | free () |
| Free the last allocated memory. | |
1.4.6-NO