1.14.0.5
Hummingbird
A modern user interface library for games
cohtml::IAllocator Class Referenceabstract

Allocator interface used by Hummingbird for all memory allocations. The user has to provide an object that imlements this interface. Memory allocations in Hummingbird are tagged, so the user knows the relative distribution of memory among subsystems. More...

Detailed Description

Allocator interface used by Hummingbird for all memory allocations. The user has to provide an object that imlements this interface. Memory allocations in Hummingbird are tagged, so the user knows the relative distribution of memory among subsystems.