HomeSort by: relevance | last modified time | path
    Searched defs:GetAllocStackId (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 67 u32 HwasanChunkView::GetAllocStackId() const {
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 63 u32 HwasanChunkView::GetAllocStackId() const {
64 return metadata_->GetAllocStackId();
109 inline u32 Metadata::GetAllocStackId() const {
309 u32 alloc_context_id = meta->GetAllocStackId();
624 return m->GetAllocStackId();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 827 u32 AsanChunkView::GetAllocStackId() const { return chunk_->alloc_context_id; }
831 return GetStackTraceFromId(GetAllocStackId());
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 946 u32 AsanChunkView::GetAllocStackId() const {
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 910 u32 AsanChunkView::GetAllocStackId() const {

Completed in 26 milliseconds