Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp91 inline void *unsafe_stack_alloc(size_t size, size_t guard) { in unsafe_stack_alloc() function
230 void *addr = unsafe_stack_alloc(size, guard); in INTERCEPTOR()
275 void *addr = unsafe_stack_alloc(size, guard); in __safestack_init()