Searched defs:hb_pool_t (Results 1 – 1 of 1) sorted by relevance
35 struct hb_pool_t struct37 hb_pool_t () : next (nullptr) {} in hb_pool_t() function38 ~hb_pool_t () in ~hb_pool_t() argument47 T* alloc () in alloc()66 void release (T* obj) in release()78 struct chunk_t93 T* next;94 hb_vector_t<chunk_t *> chunks;