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
  150   if (size + sizeof(u64) < size)
  150   if (size + sizeof(u64) < size)
  152   void *p = RawInternalAlloc(size + sizeof(u64), cache, alignment);
  154     ReportInternalAllocatorOutOfMemory(size + sizeof(u64));