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