Searched defs:nk_pool (Results 1 – 1 of 1) sorted by relevance
5559 struct nk_pool { struct5560 struct nk_allocator alloc;5561 enum nk_allocation_type type;5562 unsigned int page_count;5563 struct nk_page *pages;5564 struct nk_page_element *freelist;5565 unsigned capacity;5566 nk_size size;5567 nk_size cap;