1al_realloc(3)                                                    al_realloc(3)
2
3
4

NAME

6       al_realloc - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              #define al_realloc(p, n) \
12                 (al_realloc_with_context((p), (n), __LINE__, __FILE__, __func__))
13

DESCRIPTION

15       Like realloc() in the C standard library, but the implementation may be
16       overridden.
17
18       This is a macro.
19

SEE ALSO

21       al_malloc(3), al_realloc_with_context(3)
22
23
24
25Allegro reference manual                                         al_realloc(3)
Impressum