Zen API
|
kAlloc kAlloc_System | ( | ) |
Gets the system allocator.
The System allocator is a kUserAlloc instance that allocates directly from main system memory.
For most purposes, the App allocator should be prefered to the System allocator. Use of the System allocator may be appropriate when the additional layers provided by the App allocator are undesirable.