sokol.memtrack

Undocumented in source.

Members

Functions

alloc
void* alloc(size_t size, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(void* ptr, void* user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
info
Info info()
Undocumented in source. Be warned that the author may not have intended to support it.
smemtrack_alloc
void* smemtrack_alloc(size_t , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
smemtrack_free
void smemtrack_free(void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
smemtrack_info
Info smemtrack_info()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta