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
  215   if (allocated_end_ - allocated_current_ < (sptr)size) {
  219     allocated_end_ = allocated_current_ + size_to_allocate;
  225   CHECK(allocated_end_ - allocated_current_ >= (sptr)size);