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