Home
last modified time | relevance | path

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

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