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

/external/valgrind/main/coregrind/
H A Dm_oset.c118 PoolAlloc* node_pa; // (optional) pool allocator for nodes. member in struct:_OSet
119 SizeT maxEltSize; // for node_pa, must be > 0. Otherwise unused.
308 t->node_pa = NULL;
332 t->node_pa = VG_(newPA)(sizeof(AvlNode)
338 VG_(addRefPA) (t->node_pa);
355 t->node_pa = os->node_pa;
356 if (t->node_pa)
357 VG_(addRefPA) (t->node_pa);
378 has_node_pa = t->node_pa !
[all...]

Completed in 59 milliseconds