Home
last modified time | relevance | path

Searched refs:DeepFree (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Ddeep_stack_uaf.cpp10 struct DeepFree { struct
12 DeepFree<depth - 1>::free(x); in free() argument
17 struct DeepFree<0> { struct
26 DeepFree<200>::free(x); in main() argument