Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp116 inline void *unsafe_stack_alloc(size_t size, size_t guard) { in unsafe_stack_alloc() function
266 void *addr = unsafe_stack_alloc(size, guard); in INTERCEPTOR()
311 void *addr = unsafe_stack_alloc(size, guard); in __safestack_init()