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

  /external/chromium_org/content/browser/loader/
resource_buffer.cc 46 int max_allocation_size) {
51 DCHECK_EQ(0, max_allocation_size % min_allocation_size);
55 max_alloc_size_ = max_allocation_size;
resource_buffer.h 64 // length. The min/max_allocation_size parameters control the behavior of
66 // max_allocation_size in length, but will return segments less than that if
71 int max_allocation_size);
86 // already fully allocated. The returned size will be max_allocation_size
  /art/runtime/gc/space/
space_test.cc 218 static const size_t max_allocation_size = 0x100000; local
223 size_t request_size = test_rand(&rand_seed) % max_allocation_size;

Completed in 309 milliseconds