Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/performance/
Dsf_performance_bessel1.cpp14 …time_proc("static_mpfr_float_50", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_on… in bessel_tests_1()
15 …no expression templates)", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_off> >, 1… in bessel_tests_1()
19 …time_proc("static_mpfr_float_50", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_on… in bessel_tests_1()
20 …no expression templates)", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_off> >, m… in bessel_tests_1()
/third_party/boost/libs/multiprecision/performance/sf_performance_files/
Dsf_performance_bessel_04.cpp12 …no expression templates)", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_off> >, 1… in bessel_tests_04()
14 …no expression templates)", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_off> >, m… in bessel_tests_04()
Dsf_performance_bessel_03.cpp12 …", "static_mpfr_float_50", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_on> >, 1); in bessel_tests_03()
14 …", "static_mpfr_float_50", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_on> >, mp… in bessel_tests_03()
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap18.c86 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/libffi/src/bfin/
Dsysv.S74 .allocate_stack: label
/third_party/glib/glib/pcre/
Dpcre_jit_compile.c1292 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack() function
4065 allocate_stack(common, 2); in compile_ref_iterator_trypath()
4076 allocate_stack(common, 1); in compile_ref_iterator_trypath()
4097 allocate_stack(common, 1); in compile_ref_iterator_trypath()
4107 allocate_stack(common, 1); in compile_ref_iterator_trypath()
4119 allocate_stack(common, 2); in compile_ref_iterator_trypath()
4194 allocate_stack(common, 2); in compile_recurse_trypath()
4202 allocate_stack(common, 1); in compile_recurse_trypath()
4263 allocate_stack(common, 1); in compile_assert_trypath()
4268 allocate_stack(common, framesize + 2); in compile_assert_trypath()
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c3136 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack() function
9323 allocate_stack(common, 2); in compile_ref_iterator_matchingpath()
9346 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
9382 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
9392 allocate_stack(common, 1); in compile_ref_iterator_matchingpath()
9404 allocate_stack(common, ref ? 2 : 3); in compile_ref_iterator_matchingpath()
9603 allocate_stack(common, callout_arg_size); in compile_callout_matchingpath()
9762 allocate_stack(common, extrasize); in compile_assert_matchingpath()
9780 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
10383 allocate_stack(common, stacksize); in compile_bracket_matchingpath()
[all …]
/third_party/boost/boost/multiprecision/
Dmpfr.hpp30 allocate_stack, enumerator
40 struct mpfr_float_backend<0, allocate_stack>;
414 struct mpfr_float_imp<digits10, allocate_stack>
656 mpfr_float_backend<digits10, allocate_stack> d; in compare()
1624 typedef number<mpfr_float_backend<50, allocate_stack> > static_mpfr_float_50;
1625 typedef number<mpfr_float_backend<100, allocate_stack> > static_mpfr_float_100;
/third_party/node/doc/guides/
Dinvestigating_native_memory_leak.md240 ==4174== by 0x5987227: allocate_stack (allocatestack.c:627)
394 ==4174== by 0x5987227: allocate_stack (allocatestack.c:627)
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk982 allocate_stack,
995 typedef number<mpfr_float_backend<50, allocate_stack> > static_mpfr_float_50;
996 typedef number<mpfr_float_backend<100, allocate_stack> > static_mpfr_float_100;
1015 …ld only be used for lower digit counts. Note that we can not guarantee that using `allocate_stack`