unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
Heap.alloc
unstd
windows
heap
Heap
Allocates a block of memory.
Wrapper for
HeapAlloc
.
struct
Heap
@
trusted
nothrow @
nogc
void
*
alloc
(
in
size_t
bytes
,
in
bool
zeroMemory
= false
,
Flags
flags
=
Flags.no
)
Meta
Source
See Implementation
unstd
windows
heap
Heap
constructors
this
destructors
~this
enums
CreateOptions
Flags
functions
alloc
free
reAlloc
size
postblits
this(this)
properties
associated
handle
ownHandle
Allocates a block of memory.
Wrapper for HeapAlloc.