Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:Extend

89   void Extend(uptr npcs);
289 // In memory-mapped mode we must extend the new file to the known array
294 if (size) Extend(npcs);
316 // Extend coverage PC array to fit additional npcs elements.
317 void CoverageData::Extend(uptr npcs) {
332 // Extend the file and map the new space at the end of pc_array.
336 Printf("failed to extend raw coverage file: %d\n", err);
978 // Extend() calls to update .sancov.map.
981 coverage_data.Extend(npcs);