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

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 80 (e.g. bigger than VG_(clo_freelist_vol)) without losing
102 if (mc->szB >= MC_(clo_freelist_vol)) {
121 On entry, VG_(free_queue_volume) must be > MC_(clo_freelist_vol).
122 On exit, VG_(free_queue_volume) will be <= MC_(clo_freelist_vol). */
127 tl_assert (VG_(free_queue_volume) > MC_(clo_freelist_vol));
131 while (VG_(free_queue_volume) > MC_(clo_freelist_vol)
188 if (VG_(free_queue_volume) > MC_(clo_freelist_vol))
344 /* If the free list volume is bigger than MC_(clo_freelist_vol),
mc_include.h 428 extern Long MC_(clo_freelist_vol);
mc_main.c 4762 Long MC_(clo_freelist_vol) = 20*1000*1000LL; variable
    [all...]

Completed in 36 milliseconds