realloc_etc
void* realloc_etc(void* address, size_t newSize, uint32 flags);
SLAB_PUBLIC_NAME(realloc_etc)(void* address, size_t newSize, uint32 flags)
return realloc_etc(address, newSize, 0);
return (uint8*)realloc_etc(pageProtections, bytes, allocationFlags);