1al_realloc_with_context(3) al_realloc_with_context(3)
23
4
NAME
6al_realloc_with_context - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void *al_realloc_with_context(void *ptr, size_t n,
12int line, const char *file, const char *func)
13
DESCRIPTION
15This calls realloc() from the Allegro library (this matters on Win‐
16dows), unless overridden with al_set_memory_interface(3),
1718
Generally you should use the al_realloc(3) macro.
1920
21
22
Allegro reference manual al_realloc_with_context(3)