OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShrinkLastAllocation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/loader/
resource_buffer.h
47
// buf->
ShrinkLastAllocation
(bytes_read);
54
// the last allocation made. Calling
ShrinkLastAllocation
is optional, as it
96
void
ShrinkLastAllocation
(int new_size);
resource_buffer_unittest.cc
25
buf->
ShrinkLastAllocation
(2); // Less than our min allocation size.
40
buf->
ShrinkLastAllocation
(4);
133
buf->
ShrinkLastAllocation
(5);
resource_buffer.cc
128
// current value of alloc_size, so that we can use
ShrinkLastAllocation
to
135
ShrinkLastAllocation
(alloc_size);
148
void ResourceBuffer::
ShrinkLastAllocation
(int new_size) {
async_resource_handler.cc
256
buffer_->
ShrinkLastAllocation
(bytes_read);
Completed in 24 milliseconds