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

  /external/valgrind/main/memcheck/
mc_include.h 430 /* Blocks with a size >= MC_(clo_freelist_big_blocks) will be put
432 extern Long MC_(clo_freelist_big_blocks);
mc_malloc_wrappers.c 77 The blocks with a size >= MC_(clo_freelist_big_blocks)
91 const int l = (mc->szB >= MC_(clo_freelist_big_blocks) ? 0 : 1);
mc_main.c 4763 Long MC_(clo_freelist_big_blocks) = 1*1000*1000LL; variable
    [all...]

Completed in 19 milliseconds