1al_free_with_context(3) Library Functions Manual al_free_with_context(3)
23
4
NAME
6al_free_with_context
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_free_with_context(void *ptr,
12int line, const char *file, const char *func)
13
DESCRIPTION
15This calls free() from the Allegro library (this matters on Windows),
16unless overriden with al_set_memory_interface(3).
1718
Generally you should use the al_free(3) macro.
1920
21
22
Allegro reference manual al_free_with_context(3)