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

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.h 125 u32 alloc_thread_id; member in struct:__hwasan::HeapAllocationRecord
hwasan_allocator.cpp 310 u32 alloc_thread_id = meta->GetAllocThreadId(); local
366 ha->push({reinterpret_cast<uptr>(tagged_ptr), alloc_thread_id,
hwasan_report.cpp 783 Printf("previously allocated by thread T%u here:\n", har.alloc_thread_id);
796 // TODO: announce_by_id(har.alloc_thread_id);

Completed in 17 milliseconds