Home
last modified time | relevance | path

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

/external/libunwind/src/mi/
Dmap.c30 HIDDEN struct mempool map_pool; variable
99 mempool_init (&map_pool, sizeof(struct map_info), 0); in map_alloc_info()
104 return mempool_alloc (&map_pool); in map_alloc_info()
110 mempool_free (&map_pool, map); in map_free_info()
/external/libunwind/include/
Dmap_info.h52 extern struct mempool map_pool;
/external/libunwind/src/
Dos-hpux.c79 map = mempool_alloc (&map_pool); in tdep_get_elf_image()