ALLEGRO_MEMORY_INTERFACE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

mi_calloc
void* function(size_t count, size_t n, int line, in char* file, in char* func) mi_calloc;
Undocumented in source.
mi_free
void function(void* ptr, int line, in char* file, in char* func) mi_free;
Undocumented in source.
mi_malloc
void* function(size_t n, int line, in char* file, in char* func) mi_malloc;
Undocumented in source.
mi_realloc
void* function(void* ptr, size_t n, int line, in char* file, in char* func) mi_realloc;
Undocumented in source.

Meta