al_realloc_with_context

void *al_realloc_with_context(void *ptr, size_t n,
   int line, const char *file, const char *func)
Introduced in 5.0.0

This calls realloc() from the Allegro library (this matters on Windows), unless overriden with al_set_memory_interface,

Generally you should use the al_realloc macro.


Most helpful discussions: