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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/safestack/
H A Dsafestack.cc101 static inline void *unsafe_stack_alloc(size_t size, size_t guard) { function
103 void *addr = MmapOrDie(size + guard, "unsafe_stack_alloc");
241 void *addr = unsafe_stack_alloc(size, guard);
281 void *addr = unsafe_stack_alloc(size, guard);

Completed in 148 milliseconds