OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocTid
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_debugging.cc
57
if (chunk.
AllocTid
() == kInvalidTid) return 0;
59
if (thread_id) *thread_id = chunk.
AllocTid
();
asan_allocator.h
62
uptr
AllocTid
() const;
asan_descriptions.cc
166
CHECK_NE(chunk.
AllocTid
(), kInvalidTid);
167
descr->alloc_tid = chunk.
AllocTid
();
asan_allocator.cc
814
uptr AsanChunkView::
AllocTid
() const { return chunk_->alloc_tid; }
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025