HomeSort by relevance Sort by last modified time
    Searched defs:mempool_alloc (Results 1 - 3 of 3) 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/
mempool.c 154 mempool_alloc (struct mempool *pool) function
  /external/valgrind/memcheck/
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, %lu)\n",
    [all...]

Completed in 88 milliseconds