Searched defs:min_allocation_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_buffer.cc45 int min_allocation_size,
49 // It would be wasteful if these are not multiples of min_allocation_size.
50 DCHECK_EQ(0, buffer_size % min_allocation_size);
51 DCHECK_EQ(0, max_allocation_size % min_allocation_size);
54 min_alloc_size_ = min_allocation_size;
44 Initialize(int buffer_size, int min_allocation_size, int max_allocation_size) argument

Completed in 576 milliseconds