Searched refs:allocate_stack (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap18.c | 86 static void *allocate_stack(size_t stack_size, size_t mapped_size) in allocate_stack() function 159 stack = allocate_stack(stack_size, mapped_size); in grow_stack_success() 184 stack = allocate_stack(stack_size, mapped_size); in grow_stack_fail()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 3141 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack() function 9485 allocate_stack(common, 2); in compile_ref_iterator_matchingpath() 9508 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 9544 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 9554 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 9566 allocate_stack(common, ref ? 2 : 3); in compile_ref_iterator_matchingpath() 9765 allocate_stack(common, callout_arg_size); in compile_callout_matchingpath() 9924 allocate_stack(common, extrasize); in compile_assert_matchingpath() 9942 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath() 10545 allocate_stack(commo in compile_bracket_matchingpath() [all...] |
Completed in 12 milliseconds