memutils v0.3.4 (2015-04-23T18:51:14Z)
Dub
Repo
memutils.utils
memutils
Undocumented in source.
Members
Functions
allocArray
T
[]
allocArray
(size_t n)
Allocates an array without touching the memory.
freeArray
void
freeArray
(T[] array, size_t max_destroy)
Undocumented in source. Be warned that the author may not have intended to support it.
reallocArray
T
[]
reallocArray
(T[] array, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
translateAllocator
string
translateAllocator
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixin templates
ConvenienceAllocators
mixintemplate
ConvenienceAllocators
(alias ALLOC, alias THIS)
Undocumented in source.
Structs
AppMem
struct
AppMem
Undocumented in source.
Malloc
struct
Malloc
Undocumented in source.
SecureMem
struct
SecureMem
Undocumented in source.
ThreadMem
struct
ThreadMem
Undocumented in source.
Templates
ObjectAllocator
template
ObjectAllocator
(T, ALLOC)
Undocumented in source.
Meta
Source
See Source File
memutils
modules
all
allocators
circularbuffer
constants
cryptosafe
debugger
dictionarylist
freelist
hashmap
helpers
memory
pool
rbtree
refcounted
scoped
securepool
tests
unique
utils
vector