neByte * Alloc(s32 size, s32 alignment = 0);
void Free(neByte * ptr);
This class is derived from neAllocatorAbstract and provides a very simple implementation of memory managment.