API Documentation
Public Attributes | List of all members
nkMemory::FreeListAllocation< T > Struct Template Reference

Holds information about an allocation returned by the pager. More...

Public Attributes

_allocation
 
unsigned long long _index
 

Detailed Description

template<typename T>
struct nkMemory::FreeListAllocation< T >

Holds information about an allocation returned by the pager.

Member Data Documentation

◆ _allocation

template<typename T >
T nkMemory::FreeListAllocation< T >::_allocation

Requested allocation.

◆ _index

template<typename T >
unsigned long long nkMemory::FreeListAllocation< T >::_index

A tracking index associated to the allocation. Used to identify the allocation within the pager after allocation, when requesting to free an allocation for instance.


The documentation for this struct was generated from the following file: