Lines Matching defs:nk_pool
5559 struct nk_pool {
5601 struct nk_pool pool;
5874 NK_LIB void nk_pool_init(struct nk_pool *pool, struct nk_allocator *alloc, unsigned int capacity);
5875 NK_LIB void nk_pool_free(struct nk_pool *pool);
5876 NK_LIB void nk_pool_init_fixed(struct nk_pool *pool, void *memory, nk_size size);
5877 NK_LIB struct nk_page_element *nk_pool_alloc(struct nk_pool *pool);
15312 nk_pool_init(struct nk_pool *pool, struct nk_allocator *alloc,
15322 nk_pool_free(struct nk_pool *pool)
15334 nk_pool_init_fixed(struct nk_pool *pool, void *memory, nk_size size)
15345 nk_pool_alloc(struct nk_pool *pool)