1al_free_with_context(3)    Library Functions Manual    al_free_with_context(3)
2
3
4

NAME

6       al_free_with_context
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_free_with_context(void *ptr,
12                 int line, const char *file, const char *func)
13

DESCRIPTION

15       This  calls  free() from the Allegro library (this matters on Windows),
16       unless overriden with al_set_memory_interface(3).
17
18       Generally you should use the al_free(3) macro.
19
20
21
22Allegro reference manual                               al_free_with_context(3)
Impressum