libdparse v0.7.0-alpha6 (2016-04-14T21:22:37Z)
Dub
Repo
RollbackAllocator.allocate
dparse
rollback_allocator
RollbackAllocator
Allocates
size
bytes of memory.
struct
RollbackAllocator
void
[]
allocate
(
const
size_t
size
)
out (arr) { assert (arr.length == size); }
Meta
Source
See Implementation
dparse
rollback_allocator
RollbackAllocator
destructors
~this
functions
allocate
make
rollback
setCheckpoint
postblits
this(this)
Allocates size bytes of memory.