Searched refs:small_filter (Results 1 – 1 of 1) sorted by relevance
1032 const bool small_filter = ((filter_depth_size * 100) / cache_size) <= 25; in operator ()() local1033 const int64 cache_reserve_size = small_filter ? filter_depth_size : 1024; in operator ()()