Allocates n bytes of memory. The allocation is served by atomically incrementing a pointer which keeps track of the current used space.
number of bytes to allocate
A properly-aligned buffer of size n, or null if request could not be satisfied.
See Implementation
Allocates n bytes of memory. The allocation is served by atomically incrementing a pointer which keeps track of the current used space.