Searched refs:AllocTid (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_debugging.cc57 if (chunk.AllocTid() == kInvalidTid) return 0;
59 if (thread_id) *thread_id = chunk.AllocTid();
H A Dasan_allocator.h62 uptr AllocTid() const;
H A Dasan_descriptions.cc166 CHECK_NE(chunk.AllocTid(), kInvalidTid);
167 descr->alloc_tid = chunk.AllocTid();
H A Dasan_allocator.cc814 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; } function in class:__asan::AsanChunkView
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_debugging.cc55 if (chunk.AllocTid() == kInvalidTid) return 0;
57 if (thread_id) *thread_id = chunk.AllocTid();
H A Dasan_allocator.h60 uptr AllocTid() const;
H A Dasan_descriptions.cc164 CHECK_NE(chunk.AllocTid(), kInvalidTid);
165 descr->alloc_tid = chunk.AllocTid();
H A Dasan_allocator.cc812 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; } function in class:__asan::AsanChunkView
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_debugging.cpp57 if (chunk.AllocTid() == kInvalidTid) return 0;
59 if (thread_id) *thread_id = chunk.AllocTid();
H A Dasan_allocator.h62 uptr AllocTid() const;
H A Dasan_descriptions.cpp164 CHECK_NE(chunk.AllocTid(), kInvalidTid);
165 descr->alloc_tid = chunk.AllocTid();
H A Dasan_allocator.cpp890 uptr AsanChunkView::AllocTid() const { function in class:__asan::AsanChunkView

Completed in 104 milliseconds