Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_debugging.cpp51 bool alloc_stack) { in AsanGetStack() argument
56 if (alloc_stack) { in AsanGetStack()
H A Dasan_descriptions.cpp417 StackTrace alloc_stack = GetStackTraceFromId(alloc_stack_id); in Print() local
433 alloc_stack.Print(); in Print()
/llvm-project-15.0.7/libc/src/__support/threads/linux/
H A Dthread.cpp51 static inline cpp::ErrorOr<void *> alloc_stack(size_t size) { in alloc_stack() function
147 auto alloc = alloc_stack(size); in run()