resource_buffer.h | 113 // If alloc_start_ is -1, then the range is empty and nothing is allocated. 114 // Otherwise, alloc_start_ points to the start of the allocated range, and 116 // wraparound case, alloc_end_ <= alloc_start_. See resource_buffer.cc for 118 int alloc_start_; member in class:content::ResourceBuffer
|