allegro5.memory

Undocumented in source.

Members

Functions

al_calloc
void* al_calloc(size_t count, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
al_calloc_with_context
void* al_calloc_with_context(size_t count, size_t n, int line, char* file, char* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_free
void al_free(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
al_free_with_context
void al_free_with_context(void* ptr, int line, char* file, char* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_malloc
void* al_malloc(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
al_malloc_with_context
void* al_malloc_with_context(size_t n, int line, char* file, char* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_realloc
void* al_realloc(void* ptr, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
al_realloc_with_context
void* al_realloc_with_context(void* ptr, size_t n, int line, char* file, char* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_memory_interface
void al_set_memory_interface(ALLEGRO_MEMORY_INTERFACE* iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ALLEGRO_MEMORY_INTERFACE
struct 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.

Meta