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

  /external/valgrind/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
194 destroy_pool(p1, 0);
195 destroy_pool(p2, 1);
mempool.c 83 void destroy_pool(pool *p) function
149 // destroy_pool(p);
  /external/wayland/src/
wayland-shm.c 213 destroy_pool(struct wl_resource *resource) function
300 pool, destroy_pool);

Completed in 76 milliseconds