sokol-d ~master (2025-01-19T13:18:06.3987345)
Dub
Repo
Info
sokol
memtrack
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
Info {
int
num_allocs
;
int
num_bytes
;
}
Members
Variables
num_allocs
int
num_allocs
;
Undocumented in source.
num_bytes
int
num_bytes
;
Undocumented in source.
Meta
Source
See Implementation
sokol
memtrack
functions
alloc
free
info
smemtrack_alloc
smemtrack_free
smemtrack_info
structs
Info