/third_party/boost/libs/multiprecision/performance/ |
D | sf_performance_bessel1.cpp | 14 …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/ |
D | sf_performance_bessel_04.cpp | 12 …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()
|
D | sf_performance_bessel_03.cpp | 12 …", "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/ |
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/libffi/src/bfin/ |
D | sysv.S | 74 .allocate_stack: label
|
/third_party/glib/glib/pcre/ |
D | pcre_jit_compile.c | 1292 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/ |
D | pcre2_jit_compile.c | 3136 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/ |
D | mpfr.hpp | 30 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/ |
D | investigating_native_memory_leak.md | 240 ==4174== by 0x5987227: allocate_stack (allocatestack.c:627) 394 ==4174== by 0x5987227: allocate_stack (allocatestack.c:627)
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 982 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`
|