Home
last modified time | relevance | path

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

/external/compiler-rt/lib/safestack/
Dsafestack.cc95 static inline void *unsafe_stack_alloc(size_t size, size_t guard) { in unsafe_stack_alloc() function
194 void *addr = unsafe_stack_alloc(size, guard); in INTERCEPTOR()
221 void *addr = unsafe_stack_alloc(size, guard); in __safestack_init()