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

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 91 (e.g. bigger than VG_(clo_freelist_vol)) without losing
113 if (mc->szB >= MC_(clo_freelist_vol)) {
132 On entry, VG_(free_queue_volume) must be > MC_(clo_freelist_vol).
133 On exit, VG_(free_queue_volume) will be <= MC_(clo_freelist_vol). */
138 tl_assert (VG_(free_queue_volume) > MC_(clo_freelist_vol));
142 while (VG_(free_queue_volume) > MC_(clo_freelist_vol)
207 if (VG_(free_queue_volume) > MC_(clo_freelist_vol))
475 /* If the free list volume is bigger than MC_(clo_freelist_vol),
    [all...]
mc_include.h 485 extern Long MC_(clo_freelist_vol);
mc_main.c 5178 Long MC_(clo_freelist_vol) = 20*1000*1000LL; variable
    [all...]
  /external/valgrind/main/memcheck/docs/
mc-tech-docs.xml 223 exceeds <function>VG_(clo_freelist_vol)</function>,
    [all...]

Completed in 497 milliseconds