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