Zen API
|
|
protected |
Protected virtual method that allocates memory.
This method can be overridden in derived classes to implement custom memory allocation.
alloc | Allocator. |
size | Size of memory to allocate, in bytes. |
mem | Receives pointer to allocated memory (pointer to a pointer). |
alignment | Memory alignment. |