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

Declarations

projects/compiler-rt/lib/asan/asan_allocator.h
   65   u32 GetFreeStackId() const;

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  834   return GetStackTraceFromId(GetFreeStackId());
projects/compiler-rt/lib/asan/asan_descriptions.cpp
  170     descr->free_stack_id = chunk.GetFreeStackId();