Home
last modified time | relevance | path

Searched refs:allocEltPA (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/include/
Dpub_tool_poolalloc.h68 extern void* VG_(allocEltPA) ( PoolAlloc* pa);
/external/valgrind/coregrind/
Dm_poolalloc.c119 void* VG_(allocEltPA) ( PoolAlloc* pa) in VG_() argument
Dm_deduppoolalloc.c284 ht_ins = VG_(allocEltPA) (ddpa->ht_node_pa); in VG_()
Dm_oset.c433 n = VG_(allocEltPA) (t->node_pa); in VG_()
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c193 MC_Chunk* mc = VG_(allocEltPA)(MC_(chunk_poolalloc)); in create_MC_Chunk()
/external/valgrind/helgrind/
Dlibhb_core.c1031 lineF = VG_(allocEltPA) ( LineF_pool_allocator ); in alloc_LineF_for_Z()
4259 return VG_(allocEltPA) ( rcec_pool_allocator ); in alloc_RCEC()
4543 return VG_(allocEltPA) ( oldref_pool_allocator ); in alloc_or_reuse_OldRef()
Dhg_main.c4124 MallocMeta* md = VG_(allocEltPA) (MallocMeta_poolalloc); in new_MallocMeta()