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

References

projects/compiler-rt/lib/asan/asan_malloc_linux.cpp
  159   if (UNLIKELY(IsInDlsymAllocPool(ptr)))
  160     return ReallocFromLocalPool(ptr, size);
  165   return asan_realloc(ptr, size, &stack);