Searched refs:node_pa (Results 1 – 1 of 1) sorted by relevance
118 PoolAlloc* node_pa; // (optional) pool allocator for nodes. member308 t->node_pa = NULL; in VG_()330 t->node_pa = VG_(newPA)(sizeof(AvlNode) in VG_()336 VG_(addRefPA) (t->node_pa); in VG_()353 t->node_pa = os->node_pa; in VG_()354 if (t->node_pa) in VG_()355 VG_(addRefPA) (t->node_pa); in VG_()376 has_node_pa = t->node_pa != NULL; in VG_()383 if (!has_node_pa || VG_(releasePA)(t->node_pa) > 0) { in VG_()406 VG_(freeEltPA) (t->node_pa, n); in VG_()[all …]