Home
last modified time | relevance | path

Searched refs:_malloca (Results 1 – 25 of 63) sorted by relevance

123

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/
H A DDebugNew.h34 #ifdef _malloca
35 #undef _malloca
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/winport/
H A Dbootstrap.cpp55 char* cmdLine = (char*)_malloca(cmdLineLen); in runIt()
91 char* cmdLine = (char*)_malloca(cmdLineLen); in installMySQL()
103 char* cmdLine = (char*)_malloca(cmdLineLen); in installIDBConn()
115 char* cmdLine = (char*)_malloca(cmdLineLen); in installIDBConnStep2()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/winport/
H A Dbootstrap.cpp55 char* cmdLine = (char*)_malloca(cmdLineLen); in runIt()
91 char* cmdLine = (char*)_malloca(cmdLineLen); in installMySQL()
103 char* cmdLine = (char*)_malloca(cmdLineLen); in installIDBConn()
115 char* cmdLine = (char*)_malloca(cmdLineLen); in installIDBConnStep2()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dgetenv.c47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv()
58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dgetenv.c47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv()
58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dgetenv.c47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv()
58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dgetenv.c47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv()
58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/
H A Dgetenv.c47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv()
58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
/dports/security/openssl-devel/openssl-3.0.2/crypto/
H A Dgetenv.c47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv()
58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/
H A Dpy_win_helpers.hpp44 HMODULE* hMods = (HMODULE*)_malloca(modSize); in GetPythonModule()
55 hMods = (HMODULE*)_malloca(modsNeeded); in GetPythonModule()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/
H A Dpy_win_helpers.hpp44 HMODULE* hMods = (HMODULE*)_malloca(modSize); in GetPythonModule()
55 hMods = (HMODULE*)_malloca(modsNeeded); in GetPythonModule()
/dports/devel/cppcheck/cppcheck-2.6.3/test/cfg/
H A Dwindows.cpp179 void *pMem1 = _malloca(1); in validCode()
343 char * pAlloc1 = _malloca(32); in bufferAccessOutOfBounds()
356 pChar = _malloca(32); in mismatchAllocDealloc()
443 void *pMem = _malloca(10); in memleak_malloca()
602 _malloca(10); in ignoredReturnValue()
662 void *pMem = _malloca(-1); in invalidFunctionArg()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/cfg/
H A Dwindows.cpp179 void *pMem1 = _malloca(1); in validCode()
343 char * pAlloc1 = _malloca(32); in bufferAccessOutOfBounds()
356 pChar = _malloca(32); in mismatchAllocDealloc()
443 void *pMem = _malloca(10); in memleak_malloca()
602 _malloca(10); in ignoredReturnValue()
662 void *pMem = _malloca(-1); in invalidFunctionArg()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmalloc.h129 #undef _malloca
130 #define _malloca(size) \ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmalloc.h129 #undef _malloca
130 #define _malloca(size) \ macro
/dports/net/nng/nng-1.5.2/src/platform/windows/
H A Dwin_udp.c135 iov = _malloca(sizeof(*iov) * naiov); in nni_plat_udp_send()
252 iov = _malloca(sizeof(*iov) * naiov); in udp_recv_start()
/dports/graphics/openvkl/openvkl-1.1.0/examples/
H A DvklTutorial.c107 char *buffer = _malloca(vklGetIntervalIteratorSize(intervalContext)); in demoScalarAPI()
149 char *buffer = _malloca(vklGetHitIteratorSize(hitContext)); in demoScalarAPI()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/src/vamp-sdk/
H A DFFTimpl.cpp31 int *table = (int *)_malloca(n * sizeof(int)); in fft()
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/dll/
H A Dattach.cpp369 HMODULE* hMods = (HMODULE*)_malloca(modSize); in PatchFunction()
379 hMods = (HMODULE*)_malloca(modsNeeded); in PatchFunction()
1298 HMODULE* hMods = (HMODULE*)_malloca(modSize); in AttachAndRunPythonCode()
1308 hMods = (HMODULE*)_malloca(modsNeeded); in AttachAndRunPythonCode()
1365 HMODULE* hMods = (HMODULE*)_malloca(modSize); in AttachDebuggerTracing()
1377 hMods = (HMODULE*)_malloca(modsNeeded); in AttachDebuggerTracing()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/test/cybozu/
H A Dinttype.hpp59 #define CYBOZU_ALLOCA(x) _malloca(x)
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/test/cybozu/
H A Dinttype.hpp59 #define CYBOZU_ALLOCA(x) _malloca(x)
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/test/cybozu/
H A Dinttype.hpp59 #define CYBOZU_ALLOCA(x) _malloca(x)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/test/cybozu/
H A Dinttype.hpp59 #define CYBOZU_ALLOCA(x) _malloca(x)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/test/cybozu/
H A Dinttype.hpp59 #define CYBOZU_ALLOCA(x) _malloca(x)
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/test/cybozu/
H A Dinttype.hpp59 #define CYBOZU_ALLOCA(x) _malloca(x)

123