mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
MyMallocator
mutils
container_shared
shared_queue
Undocumented in source.
struct
MyMallocator {
this(this)
;
auto
make
(Args args);
void
dispose
(T* obj);
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
dispose
void
dispose
(T* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
make
auto
make
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mutils
container_shared
shared_queue
structs
LowLockQueue
MyMallocator