-
-
Notifications
You must be signed in to change notification settings - Fork 33
dlib.memory
Timur Gafarov edited this page Oct 2, 2017
·
2 revisions
This package defines a dynamic memory allocator interface and its several implementations.
- dlib.memory.allocator - allocator interface
- dlib.memory.mallocator - standard malloc-based allocator
- dlib.memory.gcallocator - allocator based on D's garbage collector
- dlib.memory.mmappool - fast block-based allocator