utils/mem.h file

Memory utils.

Contents

Functions

auto realloc_zero(void* pBuffer, size_t oldSize, size_t newSize) -> void*
Reallocate and zero out newly added memory.