Searched refs:ht_node_pa (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_deduppoolalloc.c60 PoolAlloc *ht_node_pa; member in struct:_DedupPoolAlloc
110 ddpa->ht_node_pa = VG_(newPA) ( sizeof(ht_node),
249 VG_(deletePA) (ddpa->ht_node_pa);
250 ddpa->ht_node_pa = NULL;
312 ht_ins = VG_(allocEltPA) (ddpa->ht_node_pa);

Completed in 41 milliseconds