RetroArch
|
#include <nuklear.h>
Public Attributes | |
struct nk_allocator | alloc |
enum nk_allocation_type | type |
unsigned int | page_count |
struct nk_page * | pages |
struct nk_page_element * | freelist |
unsigned | capacity |
nk_size | size |
nk_size | cap |
struct nk_allocator nk_pool::alloc |
nk_size nk_pool::cap |
unsigned nk_pool::capacity |
struct nk_page_element* nk_pool::freelist |
unsigned int nk_pool::page_count |
struct nk_page* nk_pool::pages |
nk_size nk_pool::size |
enum nk_allocation_type nk_pool::type |