al_calloc
#define al_calloc(c, n) \
(al_calloc_with_context((c), (n), __LINE__, __FILE__, __func__))
Introduced in 5.0.0
Like calloc() in the C standard library, but the implementation may be overridden.
This is a macro.
See also: al_malloc, al_calloc_with_context
Most helpful discussions:
- slow detection of GL extensions on some hardware
- Limit on Sub Bitmaps?
- al_shutdown_video_addon invalid read & free
- Creating sub-bitmap of locked bitmap
- Decrypting files in memory and reading them.
- Mipmap flag on iOS simulator when using PROGRAMABLE_PIPELINE
- crash in ex_prim
- Mac OS X Joystick Bug (A5)