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() argument38 ~hb_pool_t () { fini (); } in ~hb_pool_t() argument40 void fini () in fini()49 T* alloc () in alloc()68 void release (T* obj) in release()80 struct chunk_t95 T* next;96 hb_vector_t<chunk_t *> chunks;