Home
last modified time | relevance | path

Searched defs:batch_size (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
Dthread_cache.cc157 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in FetchFromCentralCache() local
192 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in ListTooLong() local
223 int batch_size = Static::sizemap()->num_objects_to_move(cl); in ReleaseToCentralCache() local
259 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in Scavenge() local
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dthread_cache.cc160 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in FetchFromCentralCache() local
198 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in ListTooLong() local
229 int batch_size = Static::sizemap()->num_objects_to_move(cl); in ReleaseToCentralCache() local
265 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in Scavenge() local
/external/chromium_org/sync/sessions/
Dsync_session_context.h88 void set_max_commit_batch_size(int batch_size) { in set_max_commit_batch_size()
/external/chromium_org/chrome/browser/history/
Dvisit_database.cc556 const size_t batch_size = 500; in GetVisitsSource() local
/external/chromium_org/sync/protocol/
Dsync.proto609 optional int32 batch_size = 5; field
/external/chromium_org/sync/internal_api/
Dsync_manager_impl_unittest.cc1120 size_t batch_size = 5; in TEST_F() local