OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clo_freelist_big_blocks
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/
mc_include.h
487
/* Blocks with a size >= MC_(
clo_freelist_big_blocks
) will be put
489
extern Long MC_(
clo_freelist_big_blocks
);
mc_malloc_wrappers.c
88
The blocks with a size >= MC_(
clo_freelist_big_blocks
)
102
const int l = (mc->szB >= MC_(
clo_freelist_big_blocks
) ? 0 : 1);
[
all
...]
mc_main.c
5179
Long MC_(
clo_freelist_big_blocks
) = 1*1000*1000LL;
variable
[
all
...]
Completed in 35 milliseconds