ALLEGRO_MEMORY_INTERFACE

Undocumented in source.

Members

Variables

mi_calloc
void* function(size_t, size_t, int, const(char)*, const(char)*) mi_calloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mi_free
void function(void*, int, const(char)*, const(char)*) mi_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mi_malloc
void* function(size_t, int, const(char)*, const(char)*) mi_malloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mi_realloc
void* function(void*, size_t, int, const(char)*, const(char)*) mi_realloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta