mutils v0.0.2 (2017-12-08T12:44:38Z)
Dub
Repo
MyMallocator
mutils
container_shared
shared_allocator
Undocumented in source.
class
MyMallocator {
shared
Mallocator
allocator
;
this
();
auto
make
(Args args);
void
dispose
(T* obj);
}
Constructors
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.
Variables
allocator
Mallocator
allocator
;
Undocumented in source.
Meta
Source
See Implementation
mutils
container_shared
shared_allocator
classes
BucketAllocator
MyGcAllcoator
MyMallocator
functions
testAL
ttt