Home
last modified time | relevance | path

Searched defs:hb_pool_t (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-pool.hh35 struct hb_pool_t struct
37 hb_pool_t () : next (nullptr) {} in hb_pool_t() argument
38 ~hb_pool_t () { fini (); } in ~hb_pool_t() argument
40 void fini () in fini()
49 T* alloc () in alloc()
68 void release (T* obj) in release()
80 struct chunk_t
95 T* next;
96 hb_vector_t<chunk_t *> chunks;