Home
last modified time | relevance | path

Searched refs:malloc_params (Results 1 – 25 of 101) sorted by relevance

12345

/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_mod_globalstruct.c10 struct malloc_params { struct
14 struct malloc_params mparams; argument
/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c517 } malloc_params; member
732 #define malloc_limit objspace->malloc_params.limit
733 #define malloc_increase objspace->malloc_params.increase
734 #define malloc_allocated_size objspace->malloc_params.allocated_size
5256 objspace->malloc_params.increase = saved_malloc_increase; in gc_marks_check()
8028 size_t allocated_size = objspace->malloc_params.allocated_size; in objspace_malloc_increase()
8047 ATOMIC_SIZE_INC(objspace->malloc_params.allocations); in objspace_malloc_increase()
8051 size_t allocations = objspace->malloc_params.allocations; in objspace_malloc_increase()
8057 GC_ASSERT(objspace->malloc_params.allocations > 0); in objspace_malloc_increase()
8511 return UINT2NUM(rb_objspace.malloc_params.allocated_size); in gc_malloc_allocated_size()
[all …]
/dports/misc/minidnn/MiniDNN-525ff216a6b5f576d4d679aee6a4636994bd4f23/include/external/sparsepp/
H A Dspp_dlalloc.h1002 struct malloc_params struct
1004 malloc_params() : _magic(0) {} in malloc_params() function
1039 static malloc_params mparams; argument
1593 int malloc_params::_init() in _init()
1683 int malloc_params::change(int param_number, int value) in change()
/dports/devel/cquery/cquery-20180718/third_party/sparsepp/sparsepp/
H A Dspp_dlalloc.h1002 struct malloc_params struct
1004 malloc_params() : _magic(0) {} in malloc_params() function
1039 static malloc_params mparams; argument
1593 int malloc_params::_init() in _init()
1683 int malloc_params::change(int param_number, int value) in change()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/devel/jna/jna-5.7.0/native/libffi/src/
H A Ddlmalloc.c2105 struct malloc_params { struct
2114 static struct malloc_params mparams; argument
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/src/
H A Ddlmalloc.c2105 struct malloc_params { struct
2114 static struct malloc_params mparams; argument
/dports/lang/gcc8/gcc-8.5.0/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c2105 struct malloc_params { struct
2114 static struct malloc_params mparams; argument
/dports/lang/ruby26/ruby-2.6.9/ext/fiddle/libffi-3.2.1/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Ddlmalloc.c2030 struct malloc_params { struct
2039 static struct malloc_params mparams; argument
/dports/devel/sdl12/SDL-1.2.15/src/stdlib/
H A DSDL_malloc.c2053 struct malloc_params { struct
2062 static struct malloc_params mparams; argument
/dports/lang/gcc10/gcc-10.3.0/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c2105 struct malloc_params { struct
2114 static struct malloc_params mparams; argument
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3/src/
H A Ddlmalloc.c2105 struct malloc_params { struct
2114 static struct malloc_params mparams; argument
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi/src/
H A Ddlmalloc.c2105 struct malloc_params { struct
2114 static struct malloc_params mparams; argument
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3-x86_64/src/
H A Ddlmalloc.c2105 struct malloc_params { struct
2114 static struct malloc_params mparams; argument
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/libffi-3.3-arm64/src/
H A Ddlmalloc.c2105 struct malloc_params { struct
2114 static struct malloc_params mparams; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/lang/gcc9-devel/gcc-9-20211007/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libffi/src/
H A Ddlmalloc.c2100 struct malloc_params { struct
2109 static struct malloc_params mparams; argument
/dports/math/R-cran-Matching/Matching/inst/extras/
H A Dmalloc.c2007 struct malloc_params { struct
2016 static struct malloc_params mparams; argument

12345