al_calloc_with_context

void *al_calloc_with_context(size_t count, size_t n,
   int line, const char *file, const char *func)
Introduced in 5.0.0

This calls calloc() from the Allegro library (this matters on Windows), unless overriden with al_set_memory_interface,

Generally you should use the al_calloc macro.


Most helpful discussions: