.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_calloc_with_context" "3" "" "Allegro reference manual" .SH NAME al_calloc_with_context \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void *al_calloc_with_context(size_t count, size_t n, int line, const char *file, const char *func) .EE .SH DESCRIPTION This calls calloc() from the Allegro library (this matters on Windows), unless overridden with al_set_memory_interface(3), .PP Generally you should use the al_calloc(3) macro.