OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackDepotHandle
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.h
25
struct
StackDepotHandle
{
27
StackDepotHandle
() : node_(nullptr) {}
28
explicit
StackDepotHandle
(StackDepotNode *node) : node_(node) {}
39
StackDepotHandle
StackDepotPut_WithHandle(StackTrace stack);
sanitizer_stackdepot.cc
83
StackDepotHandle
get_handle() { return
StackDepotHandle
(this); }
85
typedef
StackDepotHandle
handle_type;
90
u32
StackDepotHandle
::id() { return node_->id; }
91
int
StackDepotHandle
::use_count() {
95
void
StackDepotHandle
::inc_use_count_unsafe() {
112
StackDepotHandle
h = theDepot.Put(stack);
116
StackDepotHandle
StackDepotPut_WithHandle(StackTrace stack) {
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_origin.h
123
StackDepotHandle
h = StackDepotPut_WithHandle(*stack);
Completed in 55 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025