Searched defs:hb_pool_t (Results 1 – 1 of 1) sorted by relevance
44 struct hb_pool_t struct46 hb_pool_t () : next (nullptr) {} in hb_pool_t() argument47 ~hb_pool_t () in ~hb_pool_t() argument56 T* alloc () in alloc()75 void release (T* obj) in release()87 struct chunk_t102 T* next;103 hb_vector_t<chunk_t *> chunks;