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)
static if
(
__VERSION__ >= 2079
)
T
*
allocate
(
T
A
...
)
(
A
args
,
string
file
= __FILE__
,
int
line
= __LINE__
)
if
(
is
(
T
== struct)
)
T
allocate
(size_t length, string file, int line)
T
allocate
(A args)
T
*
allocate
(A args)
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