Home
last modified time | relevance | path

Searched refs:GC_disable (Results 1 – 25 of 144) sorted by relevance

123456

/dports/lang/nim/nim-1.6.2/lib/system/
H A Dgc_interface.nim17 proc GC_disable*() {.rtl, inl, benign, raises: [].}
62 template GC_disable* =
63 {.warning: "GC_disable is a no-op in JavaScript".}
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/inkgc/
H A Dgc.cpp130 &GC_disable,
148 &GC_disable,
/dports/devel/emscripten/emscripten-2.0.3/tests/nbody-java/
H A Dnative_org_xmlvm_runtime_FinalizerNotifier.c15 GC_disable(); in org_xmlvm_runtime_FinalizerNotifier_preventGarbageCollection___boolean()
/dports/japanese/w3m/w3m-2b59b9e/fuzz/
H A Dfuzz-conv.c49 GC_disable(); in LLVMFuzzerTestOneInput()
/dports/japanese/w3m-img/w3m-2b59b9e/fuzz/
H A Dfuzz-conv.c49 GC_disable(); in LLVMFuzzerTestOneInput()
/dports/www/w3m-img/w3m-2b59b9e/fuzz/
H A Dfuzz-conv.c49 GC_disable(); in LLVMFuzzerTestOneInput()
/dports/www/w3m/w3m-2b59b9e/fuzz/
H A Dfuzz-conv.c49 GC_disable(); in LLVMFuzzerTestOneInput()
/dports/lang/nim/nim-1.6.2/lib/system/mm/
H A Dboehm.nim5 proc boehmGC_disable {.importc: "GC_disable", boehmGC.}
76 proc GC_disable() = boehmGC_disable()
H A Dnone.nim8 proc GC_disable() = discard
H A Dmalloc.nim41 proc GC_disable() = discard
/dports/lang/nim/nim-1.6.2/tests/gc/
H A Dbintrees.nim24 #GC_disable()
/dports/lang/nim/nim-1.6.2/tests/misc/
H A Dthallo.nim42 #GC_disable()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/
H A Dboehm.cc61 void GC_disable();
477 GC_disable(); in _Jv_DisableGC()
/dports/lang/gcc48/gcc-4.8.5/libjava/
H A Dboehm.cc61 void GC_disable();
477 GC_disable(); in _Jv_DisableGC()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Dboehm.cc493 extern "C" void GC_disable();
499 GC_disable(); in _Jv_DisableGC()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/
H A Dboehm.cc61 void GC_disable();
477 GC_disable(); in _Jv_DisableGC()
/dports/lang/gnat_util/gcc-6-20180516/libjava/
H A Dboehm.cc61 void GC_disable();
477 GC_disable(); in _Jv_DisableGC()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Dboehm.cc493 extern "C" void GC_disable();
499 GC_disable(); in _Jv_DisableGC()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/
H A Dboehm.cc61 void GC_disable();
477 GC_disable(); in _Jv_DisableGC()
/dports/math/singular/Singular-Release-4-2-1/ppcc/gclib/
H A Dgc.h181 GC_API void GC_CALL GC_disable(void);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgc.c233 GC_disable ();
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgc.c226 GC_disable ();
/dports/devel/rabs/rabs-2.19.5/minilang/src/
H A Dminipp.c226 GC_disable(); in main()
H A Dminilang.c381 case 'z': GC_disable(); break; in main()
/dports/lang/nim/nim-1.6.2/compiler/
H A Dlinter.nim62 # don't skip '_' as it's essential for e.g. 'GC_disable'

123456