Home
last modified time | relevance | path

Searched refs:labeled_state_pool (Results 1 – 3 of 3) sorted by relevance

/external/libunwind/src/ia64/
DGglobal.c82 mempool_init (&unw.labeled_state_pool, in tdep_init()
DGparser.c37 #define alloc_labeled_state() (mempool_alloc (&unw.labeled_state_pool))
38 #define free_labeled_state(s) (mempool_free (&unw.labeled_state_pool, s))
/external/libunwind/include/tdep-ia64/
Dlibunwind_i.h219 struct mempool labeled_state_pool; member