HomeSort by relevance Sort by last modified time
    Searched full: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)
mempool.c 83 void destroy_pool(pool *p) function
149 // destroy_pool(p);
mempool2.c 86 void destroy_pool(pool *p, int use_mmap) function
168 destroy_pool(p1, 0);
169 destroy_pool(p2, 1);

Completed in 199 milliseconds