RetroArch
Public Attributes | List of all members
nk_pool Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_pool:
[legend]

Public Attributes

struct nk_allocator alloc
 
enum nk_allocation_type type
 
unsigned int page_count
 
struct nk_pagepages
 
struct nk_page_elementfreelist
 
unsigned capacity
 
nk_size size
 
nk_size cap
 

Member Data Documentation

◆ alloc

struct nk_allocator nk_pool::alloc

◆ cap

nk_size nk_pool::cap

◆ capacity

unsigned nk_pool::capacity

◆ freelist

struct nk_page_element* nk_pool::freelist

◆ page_count

unsigned int nk_pool::page_count

◆ pages

struct nk_page* nk_pool::pages

◆ size

nk_size nk_pool::size

◆ type

enum nk_allocation_type nk_pool::type

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