carbReallocate

Defined in carb/Memory.h

void *carbReallocate(void *p, size_t size, size_t align)

Internal function used by all other allocation functions.

Note

Using this function requires linking with carb.dll/libcarb.so if CARB_REQUIRE_LINKED = 1 or ensuring that carb.dll/libcarb.so is already loaded before it’s called if CARB_REQUIRE_LINKED = 0.