HomeSort by relevance Sort by last modified time
    Searched refs:mempool_alloc (Results 1 - 11 of 11) sorted by null

  /external/libunwind/include/
mempool.h 56 #define mempool_alloc(p) UNWI_ARCH_OBJ(_mempool_alloc)(p) macro
86 extern void *mempool_alloc (struct mempool *pool);
  /external/libunwind/src/mi/
map.c 104 return mempool_alloc (&map_pool);
mempool.c 154 mempool_alloc (struct mempool *pool) function
  /external/libunwind/src/
os-hpux.c 79 map = mempool_alloc (&map_pool);
  /external/libunwind/src/dwarf/
Gfde.c 337 pi->unwind_info = mempool_alloc (&dwarf_cie_info_pool);
Gparser.c 30 #define alloc_reg_state() (mempool_alloc (&dwarf_reg_state_pool))
  /external/libunwind/src/x86_64/
Gtrace.c 116 if (! (cache = mempool_alloc(&trace_cache_pool)))
  /external/valgrind/memcheck/
mc_include.h 110 void MC_(mempool_alloc) ( ThreadId tid, Addr pool,
mc_malloc_wrappers.c 832 void MC_(mempool_alloc)(ThreadId tid, Addr pool, Addr addr, SizeT szB) function
837 VG_(message)(Vg_UserMsg, "mempool_alloc(0x%lx, 0x%lx, %ld)\n",
    [all...]
mc_main.c     [all...]
  /external/libunwind/src/ia64/
Gparser.c 35 #define alloc_reg_state() (mempool_alloc (&unw.reg_state_pool))
37 #define alloc_labeled_state() (mempool_alloc (&unw.labeled_state_pool))

Completed in 1184 milliseconds