reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
  114     h->map_size = map_size;
  145       stats.currently_allocated -= h->map_size;
  146       stat->Sub(AllocatorStatAllocated, h->map_size);
  147       stat->Sub(AllocatorStatMapped, h->map_size);
  149     MapUnmapCallback().OnUnmap(h->map_beg, h->map_size);
  150     UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size);
  200     CHECK_LT(nearest_chunk, h->map_beg + h->map_size);
  202     if (h->map_beg + h->map_size <= p)
  227                      AddressSpaceView::Load(chunks[n - 1])->map_size;
  250     if (h->map_beg + h->map_size <= p || p < h->map_beg)