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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 160 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
162 const int num_to_move = min<int>(list->max_length(), batch_size);
176 // Increase max length slowly up to batch_size. After that,
177 // increase by batch_size in one shot so that the length is a
178 // multiple of batch_size.
179 if (list->max_length() < batch_size) {
185 int new_length = min<int>(list->max_length() + batch_size,
187 // The list's max_length must always be a multiple of batch_size,
189 // of batch_size.
190 new_length -= new_length % batch_size;
198 const int batch_size = Static::sizemap()->num_objects_to_move(cl); local
229 int batch_size = Static::sizemap()->num_objects_to_move(cl); local
265 const int batch_size = Static::sizemap()->num_objects_to_move(cl); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 157 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
159 const int num_to_move = min<int>(list->max_length(), batch_size);
170 // Increase max length slowly up to batch_size. After that,
171 // increase by batch_size in one shot so that the length is a
172 // multiple of batch_size.
173 if (list->max_length() < batch_size) {
179 int new_length = min<int>(list->max_length() + batch_size,
181 // The list's max_length must always be a multiple of batch_size,
183 // of batch_size.
184 new_length -= new_length % batch_size;
192 const int batch_size = Static::sizemap()->num_objects_to_move(cl); local
223 int batch_size = Static::sizemap()->num_objects_to_move(cl); local
259 const int batch_size = Static::sizemap()->num_objects_to_move(cl); local
    [all...]
  /external/chromium_org/sync/sessions/
sync_session_context.h 88 void set_max_commit_batch_size(int batch_size) {
89 max_commit_batch_size_ = batch_size;
  /external/jsoncpp/
makerelease.py 225 batch_size = 10 variable
228 for index in xrange(0,len(upload_paths),batch_size):
229 paths = upload_paths[index:index+batch_size]
  /external/chromium_org/chrome/browser/history/
visit_database.cc 556 const size_t batch_size = 500; local
562 end_index = end_index + batch_size < visits_size ? end_index + batch_size
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 102 self._options.run_singly or (self._options.batch_size == 1))
240 self._batch_size = self._options.batch_size or 0
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 348 options.batch_size = 1
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 1120 size_t batch_size = 5; local
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 939 SET_INT32(batch_size);
    [all...]

Completed in 233 milliseconds