Functions | |
| void * | allocate_n (size_t sz) attrib_malloc |
| void | deallocate_n (void *v, size_t sz) |
|
|
Allocate an array of 'sz' bytes. This is not inlineable, but for small sizes is still faster than malloc/free. |
|
||||||||||||
|
Free an array of 'sz' bytes. This is not inlineable, but for small sizes is still faster than malloc/free. Note: it is NOT legal to pass in a null 'v'. |
1.4.6