HomeSort by: relevance | last modified time | path
    Searched refs:GetAllocThreadId (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.h 49 inline u32 GetAllocThreadId() const;
109 u32 GetAllocThreadId() const;
hwasan_allocator.cpp 67 u32 HwasanChunkView::GetAllocThreadId() const {
68 return metadata_->GetAllocThreadId();
113 inline u32 Metadata::GetAllocThreadId() const {
310 u32 alloc_thread_id = meta->GetAllocThreadId();
hwasan_report.cpp 640 result.heap.thread_id = chunk.GetAllocThreadId();

Completed in 22 milliseconds