.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_realloc" "3" "" "Allegro reference manual" .SH NAME al_realloc \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] #define al_realloc(p, n) \[rs] (al_realloc_with_context((p), (n), __LINE__, __FILE__, __func__)) .EE .SH DESCRIPTION Like realloc() in the C standard library, but the implementation may be overridden. .PP This is a macro. .SH SEE ALSO al_malloc(3), al_realloc_with_context(3)