OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clo_freelist_vol
(Results
1 - 3
of
3
) 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
)
201
if (VG_(free_queue_volume) > MC_(
clo_freelist_vol
))
364
/* If the free list volume is bigger than MC_(
clo_freelist_vol
),
mc_include.h
449
extern Long MC_(
clo_freelist_vol
);
mc_main.c
4829
Long MC_(
clo_freelist_vol
) = 20*1000*1000LL;
variable
[
all
...]
Completed in 294 milliseconds