Searched refs:nPerPool (Results 1 – 2 of 2) sorted by relevance
38 UWord nPerPool; /* # elems per pool */ member52 UWord nPerPool, in VG_()60 vg_assert(nPerPool >= 100); /* let's say */ in VG_()68 pa->nPerPool = nPerPool; in VG_()98 pool = pa->alloc_fn( pa->cc, pa->elemSzB * pa->nPerPool ); in pal_add_new_pool()102 for (i = pa->nPerPool-1; i >= 0; i--) { in pal_add_new_pool()116 return pa->nPerPool * VG_(sizeXA) (pa->pools); in VG_()
58 UWord nPerPool,