cf_realloc¶
Category: allocator
GitHub: cute_alloc.h
Reallocates a block of memory to a new size.
Remarks¶
You must reassign your old pointer! Generally this is more efficient than calling cf_malloc
, cf_free, and
CF_MEMCPY
yourself. Though, this is not a concern for most games.
Related Pages¶
CF_Allocator
cf_allocator_override
cf_allocator_restore_default
cf_alloc
cf_free
cf_calloc