lwdr v0.3.0-beta.1 (2021-06-17T06:28:45Z)
Dub
Repo
MemAlloc
lwdr
tracking
Undocumented in source.
version(LWDR_TrackMem)
struct
MemAlloc {
size_t
allocsAtScope
;
void
free
();
}
Members
Functions
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
allocsAtScope
size_t
allocsAtScope
;
Undocumented in source.
Meta
Source
See Implementation
lwdr
tracking
functions
disableMemoryTracking
enableMemoryTracking
enterMemoryTracking
lwdrInternal_alloc
lwdrInternal_allocBytes
lwdrInternal_free
structs
AllocationList
MemAlloc