Searched refs:clo_freelist_vol (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c91 (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))
449 /* If the free list volume is bigger than MC_(clo_freelist_vol),
H A Dmc_include.h484 extern Long MC_(clo_freelist_vol);
H A Dmc_main.c5179 Long MC_(clo_freelist_vol) = 20*1000*1000LL; variable
5269 else if VG_BINT_CLO(arg, "--freelist-vol", MC_(clo_freelist_vol),
6546 if (MC_(clo_freelist_big_blocks) >= MC_(clo_freelist_vol))
6551 MC_(clo_freelist_vol));

Completed in 54 milliseconds