OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroy_pool
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/tests/
leak-pool.c
52
int
destroy_pool
= 0;
variable
59
destroy_pool
= 0;
64
destroy_pool
= 0;
69
destroy_pool
= 1;
74
destroy_pool
= 0;
79
destroy_pool
= 0;
84
destroy_pool
= 1;
122
if (
destroy_pool
)
mempool2.c
86
void
destroy_pool
(pool *p, int use_mmap)
function
190
destroy_pool
(p1, 0);
191
destroy_pool
(p2, 1);
mempool.c
83
void
destroy_pool
(pool *p)
function
149
//
destroy_pool
(p);
Completed in 27 milliseconds