dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
deallocate
dlib
core
memory
Undocumented in source. Be warned that the author may not have intended to support it.
void
deallocate
(T obj)
void
deallocate
(T obj)
void
deallocate
(
T
)
(
T
obj
)
if
(
is
(
T
== class) ||
is
(
T
== interface)
)
void
deallocate
(T* obj)
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