Searched defs:mempool_alloc (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/include/
H A Dmempool.h56 #define mempool_alloc(p) UNWI_ARCH_OBJ(_mempool_alloc)(p) macro
86 extern void *mempool_alloc (struct mempool *pool);
/external/libunwind/src/mi/
H A Dmempool.c154 mempool_alloc (struct mempool *pool) function
/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c832 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",

Completed in 117 milliseconds