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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp91 inline void *unsafe_stack_alloc(size_t size, size_t guard) { function in namespace:__anon1001
230 void *addr = unsafe_stack_alloc(size, guard);
275 void *addr = unsafe_stack_alloc(size, guard);

Completed in 114 milliseconds