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

/external/llvm/unittests/Support/
H A DManagedStatic.cpp33 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { function in namespace:__anon26539::test1
47 void *p1 = test1::allocate_stack(a1);
48 void *p2 = test1::allocate_stack(a2);
/external/pcre/dist/
H A Dpcre_jit_compile.c2095 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) function
6090 allocate_stack(common, 2);
6113 allocate_stack(common, 1);
6149 allocate_stack(common, 1);
6159 allocate_stack(common, 1);
6171 allocate_stack(common, ref ? 2 : 3);
6286 allocate_stack(common, 2);
6294 allocate_stack(common, 1);
6365 allocate_stack(common, CALLOUT_ARG_SIZE / sizeof(sljit_sw));
6465 allocate_stack(commo
[all...]

Completed in 2142 milliseconds