|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Memory utils. More...
#include <cstddef>

Go to the source code of this file.
Functions | |
| void * | z_realloc (void *ptr, size_t size) |
| void | z_free_strv (char **strv) |
| void * | realloc_zero (void *pBuffer, size_t oldSize, size_t newSize) |
| Reallocate and zero out newly added memory. | |
Memory utils.
Definition in file mem.h.