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

Declarations

projects/compiler-rt/lib/hwasan/hwasan_allocator.h
   68   bool IsAllocated() const;    // Checks if the memory is currently allocated

References

projects/compiler-rt/lib/hwasan/hwasan_report.cpp
  240            chunk.IsAllocated() ? "allocated" : "unallocated",
  268     if (chunk.IsAllocated()) {