OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:labeled_state_pool
(Results
1 - 3
of
3
) sorted by null
/external/libunwind/src/ia64/
Gglobal.c
82
mempool_init (&unw.
labeled_state_pool
,
Gparser.c
37
#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/
libunwind_i.h
219
struct mempool
labeled_state_pool
;
member in struct:ia64_global_unwind_state
Completed in 534 milliseconds