dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
allocate
dlib
core
memory
Undocumented in source. Be warned that the author may not have intended to support it.
T
allocate
(A args, string file, int line)
T
*
allocate
(A args, string file, int line)
T
allocate
(size_t length, string file, int line)
T
allocate
(A args)
T
*
allocate
(A args)
static if
(!(
__VERSION__ >= 2079
))
T
*
allocate
(
T
A
...
)
(
A
args
)
if
(
is
(
T
== struct)
)
T
allocate
(size_t length)
Meta
Source
See Implementation
dlib
core
memory
aliases
Delete
New
functions
allocate
allocatedMemory
deallocate
enableMemoryProfiler
globalAllocator
printMemoryLeaks
printMemoryLog
interfaces
Freeable
manifest constants
psize
structs
AllocationRecord