Home
last modified time | relevance | path

Searched refs:nPerPool (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/
Dm_poolalloc.c38 UWord nPerPool; /* # elems per pool */ member
52 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_()
/external/valgrind/include/
Dpub_tool_poolalloc.h58 UWord nPerPool,