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
  161     return InternalAlloc(size, cache);
  162   if (size + sizeof(u64) < size)
  162   if (size + sizeof(u64) < size)
  165   size = size + sizeof(u64);
  165   size = size + sizeof(u64);
  167   void *p = RawInternalRealloc(addr, size, cache);
  169     ReportInternalAllocatorOutOfMemory(size);