Home
last modified time | relevance | path

Searched refs:destroy_pool (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/
Dleak-pool.c52 int destroy_pool = 0; variable
59 destroy_pool = 0; in set_flags()
64 destroy_pool = 0; in set_flags()
69 destroy_pool = 1; in set_flags()
74 destroy_pool = 0; in set_flags()
79 destroy_pool = 0; in set_flags()
84 destroy_pool = 1; in set_flags()
122 if (destroy_pool) in main()
Dmempool2.c86 void destroy_pool(pool *p, int use_mmap) in destroy_pool() function
194 destroy_pool(p1, 0); in test()
195 destroy_pool(p2, 1); in test()
Dmempool.c83 void destroy_pool(pool *p) in destroy_pool() function