Searched refs:next_chunk (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Dstream.cc33 static char* next_chunk = Buffer; // Start of available part of Buffer. variable
37 int space_left = EndBuffer - next_chunk;
40 next_chunk = Buffer;
41 char* buf = next_chunk;
49 next_chunk = buf + stream.pcount();
61 int space_left = EndBuffer - next_chunk;
63 next_chunk = Buffer; // start over.
65 char* buf = next_chunk;
68 next_chunk = ptr;
151 int space_left = EndBuffer - next_chunk;
[all...]
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc298 uptr next_chunk = frontier->back(); local
300 LsanMetadata m(next_chunk);
301 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier,

Completed in 37 milliseconds