Searched defs:nPerPool (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_poolalloc.c38 UWord nPerPool; /* # elems per pool */ member in struct:_PoolAlloc
44 nPerPool) bytes. */
52 UWord nPerPool,
60 vg_assert(nPerPool >= 100); /* let's say */
69 pa->nPerPool = nPerPool;
99 pool = pa->alloc( pa->cc, pa->elemSzB * pa->nPerPool );
104 for (i = pa->nPerPool-1; i >= 0; i--) {
51 newPA( UWord elemSzB, UWord nPerPool, void* (*alloc)(const HChar*, SizeT), const HChar* cc, void (*free_fn)(void*) ) argument

Completed in 187 milliseconds