C

<platform/alloc.h> - Temporary memory allocator

Provides a simple memory allocator for functions that might temporarily require some extra memory for caching. More...

Header: #include <platform/alloc.h>

Detailed Description

Classes

Qul::Platform::StackAllocator

Provides a simple memory allocator for functions that might temporarily require some extra memory for caching

Qul::Platform::StackAllocator::Allocation

Provides requested sized allocations from the stack buffer

Available under certain Qt licenses.
Find out more.