Home | History | Annotate | Download | only in src

Lines Matching refs:large_alloc_threshold

997 static int64_t large_alloc_threshold =
1038 const int64 threshold = large_alloc_threshold;
1042 large_alloc_threshold = (threshold + threshold/8 < 8ll<<30