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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
  218         (char*)MmapOrDie(size_to_allocate, __func__);
  219     allocated_end_ = allocated_current_ + size_to_allocate;
  222                                size_to_allocate);