sokol.memtrack

Machine generated D bindings for Sokol library.

Generated on: 2025-06-15 12:55:09

Source header: sokol_memtrack.h Module: sokol.memtrack

Do not edit manually; regenerate using gen_d.py.

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 size, void* user_data)
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* ptr, void* user_data)
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