1al_realloc(3) Library Functions Manual al_realloc(3)
23
4
NAME
6al_realloc
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
#define al_realloc(p, n) \
12(al_realloc_with_context((p), (n), __LINE__, __FILE__, __func__))
13
DESCRIPTION
15Like realloc() in the C standard library, but the implementation may be
16overridden.
1718
This is a macro.
19
SEE ALSO
21al_malloc(3), al_realloc_with_context(3)
2223
24
25
Allegro reference manual al_realloc(3)