dlib.memory.allocator

Abstract allocator interface

Members

Functions

resizeArray
bool resizeArray(Allocator allocator, T[] array, size_t length)

Interfaces

Allocator
interface Allocator

Allocator interface.

Variables

isFinalizable
enum bool isFinalizable(T);
Undocumented in source.

Meta

Authors

Eugene Wissner