HomeSort by relevance Sort by last modified time
    Searched full:map_pool (Results 1 - 3 of 3) sorted by null

  /external/libunwind/src/mi/
map.c 30 HIDDEN struct mempool map_pool; variable in typeref:struct:mempool
99 mempool_init (&map_pool, sizeof(struct map_info), 0);
104 return mempool_alloc (&map_pool);
110 mempool_free (&map_pool, map);
  /external/libunwind/include/
map_info.h 52 extern struct mempool map_pool;
  /external/libunwind/src/
os-hpux.c 79 map = mempool_alloc (&map_pool);

Completed in 193 milliseconds