HomeSort by relevance Sort by last modified time
    Searched refs:nPerPool (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/
m_poolalloc.c 38 UWord nPerPool; /* # elems per pool */
44 nPerPool) bytes. */
52 UWord nPerPool,
60 vg_assert(nPerPool >= 100); /* let's say */
68 pa->nPerPool = nPerPool;
98 pool = pa->alloc_fn( pa->cc, pa->elemSzB * pa->nPerPool );
102 for (i = pa->nPerPool-1; i >= 0; i--) {
116 return pa->nPerPool * VG_(sizeXA) (pa->pools);
  /external/valgrind/include/
pub_tool_poolalloc.h 58 UWord nPerPool,

Completed in 89 milliseconds