memutils v0.3.4 (2015-04-23T18:51:14Z)
Dub
Repo
ThreadMem
memutils
utils
Undocumented in source.
struct
ThreadMem {
mixin
ConvenienceAllocators
!(
LocklessFreeList
,
typeof
(
this
))
;
}
Members
Mixins
__anonymous
mixin
ConvenienceAllocators
!(
LocklessFreeList
,
typeof
(
this
))
Undocumented in source.
Meta
Source
See Implementation
memutils
utils
functions
allocArray
freeArray
reallocArray
translateAllocator
mixin templates
ConvenienceAllocators
structs
AppMem
Malloc
SecureMem
ThreadMem
templates
ObjectAllocator