Home
last modified time | relevance | path

Searched defs:StackDepotHandle (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h25 struct StackDepotHandle { struct
27 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() function
28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() argument
39 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack); argument