OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloc_tid
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h
123
uptr
alloc_tid
;
member in struct:__asan::HeapAddressDescription
asan_descriptions.h
123
uptr
alloc_tid
;
member in struct:__asan::HeapAddressDescription
asan_allocator.cc
76
u32
alloc_tid
: 24;
member in struct:__asan::ChunkHeader
145
CHECK_NE(m->
alloc_tid
, kInvalidTid);
487
u32
alloc_tid
= t ? t->tid() : 0;
local in function:__asan::Allocator::Allocate
488
m->
alloc_tid
=
alloc_tid
;
489
CHECK_EQ(
alloc_tid
, m->
alloc_tid
); // Does
alloc_tid
fit into the bitfield?
569
CHECK_GE(m->
alloc_tid
, 0);
814
uptr AsanChunkView::AllocTid() const { return chunk_->
alloc_tid
; }
[
all
...]
asan_allocator.cc
76
u32
alloc_tid
: 24;
member in struct:__asan::ChunkHeader
145
CHECK_NE(m->
alloc_tid
, kInvalidTid);
487
u32
alloc_tid
= t ? t->tid() : 0;
local in function:__asan::Allocator::Allocate
488
m->
alloc_tid
=
alloc_tid
;
489
CHECK_EQ(
alloc_tid
, m->
alloc_tid
); // Does
alloc_tid
fit into the bitfield?
569
CHECK_GE(m->
alloc_tid
, 0);
814
uptr AsanChunkView::AllocTid() const { return chunk_->
alloc_tid
; }
[
all
...]
Completed in 75 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025