tifiles_realloc Function

file_int.h

void* tifiles_realloc (void *ptr, size_t size);

Parameters

ptr
a ptr on an allocated block
size
the new size of the block


Summary

Acts like the 'realloc' function.

See also

tifiles_malloc, tifiles_free, tifiles_calloc


Return to the API index