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()51 T* alloc () in alloc()70 void free (T* obj) in free()82 struct chunk_t97 T* next;98 hb_vector_t<chunk_t *> chunks;