Home
last modified time | relevance | path

Searched refs:allocEltPA (Results 1 – 8 of 8) 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.c312 ht_ins = VG_(allocEltPA) (ddpa->ht_node_pa); in allocEltDedupPA()
Dm_oset.c433 n = VG_(allocEltPA) (t->node_pa); in VG_()
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c197 MC_Chunk* mc = VG_(allocEltPA)(MC_(chunk_poolalloc)); in create_MC_Chunk()
/external/valgrind/massif/
Dms_main.c1126 HP_Chunk* hc = VG_(allocEltPA)(HP_chunk_poolalloc); in record_block()
/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.c4126 MallocMeta* md = VG_(allocEltPA) (MallocMeta_poolalloc); in new_MallocMeta()