OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nPerPool
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/include/
pub_tool_poolalloc.h
55
UWord
nPerPool
,
/external/valgrind/main/coregrind/
m_poolalloc.c
38
UWord
nPerPool
; /* # elems per pool */
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--) {
Completed in 36 milliseconds