.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_malloc_with_context" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_malloc_with_context - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void *al_malloc_with_context(size_t n, int line, const char *file, const char *func) \f[R] .fi .SH DESCRIPTION .PP This calls malloc() from the Allegro library (this matters on Windows), unless overridden with al_set_memory_interface(3alleg5), .PP Generally you should use the al_malloc(3alleg5) macro.