Home
last modified time | relevance | path

Searched refs:HeapEnableTerminationOnCorruption (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/security/tor/tor-0.4.6.8/src/lib/llharden/
H A Dwinprocess_sys.c24 #ifndef HeapEnableTerminationOnCorruption in subsys_winprocess_initialize()
25 #define HeapEnableTerminationOnCorruption 1 in subsys_winprocess_initialize() macro
29 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in subsys_winprocess_initialize()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/llharden/
H A Dwinprocess_sys.c24 #ifndef HeapEnableTerminationOnCorruption in subsys_winprocess_initialize()
25 #define HeapEnableTerminationOnCorruption 1 in subsys_winprocess_initialize() macro
29 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in subsys_winprocess_initialize()
/dports/math/scilab/scilab-6.1.1/scilab/modules/windows_tools/src/c/scilab_windows/
H A DSetHeapOptions.c40 #ifndef HeapEnableTerminationOnCorruption in SetHeapOptions()
41 #define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 in SetHeapOptions() macro
44 fRet = (pHsi)(NULL, HeapEnableTerminationOnCorruption, NULL, 0) ? TRUE : FALSE; in SetHeapOptions()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardApp.cpp28 #ifndef HeapEnableTerminationOnCorruption
29 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS) 1 macro
84 HeapSetInformation( NULL, HeapEnableTerminationOnCorruption, NULL, 0 ); in InitInstance()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ZeroConfDevice/
H A DAutoDiscoveryWinImpl.cpp8 #ifndef HeapEnableTerminationOnCorruption
9 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro
64 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in AutoDiscoveryServerImpl()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ZeroConfDevice/
H A DAutoDiscoveryWinImpl.cpp8 #ifndef HeapEnableTerminationOnCorruption
9 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro
64 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in AutoDiscoveryServerImpl()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A Dos_win.cpp148 #ifndef HeapEnableTerminationOnCorruption in SetHeapOptions()
149 #define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 in SetHeapOptions() macro
152 BOOL fRet = (pHsi)(NULL, HeapEnableTerminationOnCorruption, NULL, 0) ? TRUE : FALSE; in SetHeapOptions()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A Dos_win.cpp148 #ifndef HeapEnableTerminationOnCorruption in SetHeapOptions()
149 #define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 in SetHeapOptions() macro
152 BOOL fRet = (pHsi)(NULL, HeapEnableTerminationOnCorruption, NULL, 0) ? TRUE : FALSE; in SetHeapOptions()
/dports/multimedia/vlc/vlc-3.0.16/bin/
H A Dwinvlc.c45 #define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro
145 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in WinMain()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/debug/
H A Dinvalid_access_win.cc36 CHECK(HeapSetInformation(heap, HeapEnableTerminationOnCorruption, nullptr, in TerminateWithHeapCorruption()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dmemory_win.cc67 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in EnableTerminationOnHeapCorruption()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dmemory_win.cc67 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in EnableTerminationOnHeapCorruption()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Dinvalid_access_win.cc62 CHECK(HeapSetInformation(heap, HeapEnableTerminationOnCorruption, nullptr, in TerminateWithHeapCorruption()
/dports/multimedia/mpv/mpv-0.34.1/osdep/
H A Dmain-fn-win.c33 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in microsoft_nonsense()
/dports/games/warzone2100/warzone2100/src/
H A Dmain.cpp1260 #ifndef HeapEnableTerminationOnCorruption in osSpecificFirstChanceProcessSetup_Win()
1261 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 in osSpecificFirstChanceProcessSetup_Win() macro
1264 (void)((pHsi)(NULL, HeapEnableTerminationOnCorruption, NULL, 0)); in osSpecificFirstChanceProcessSetup_Win()
1267 (void)HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in osSpecificFirstChanceProcessSetup_Win()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations.cc59 if (!::HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, in ApplyProcessMitigationsToCurrentProcess()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ZeroConfDevice/mdns_win/
H A Ddns-sd.c99 #ifndef HeapEnableTerminationOnCorruption
100 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ZeroConfDevice/mdns_win/
H A Ddns-sd.c99 #ifndef HeapEnableTerminationOnCorruption
100 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations.cc62 if (!::HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, in ApplyProcessMitigationsToCurrentProcess()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/platform/win32/
H A Dwin32application.cpp319 HeapSetInformation (NULL, HeapEnableTerminationOnCorruption, NULL, 0); in wWinMain()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations.cc89 if (!::HeapSetInformation(nullptr, HeapEnableTerminationOnCorruption, in ApplyProcessMitigationsToCurrentProcess()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dprocess_mitigations.cc126 if (!::HeapSetInformation(nullptr, HeapEnableTerminationOnCorruption, in ApplyProcessMitigationsToCurrentProcess()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations.cc136 if (!::HeapSetInformation(nullptr, HeapEnableTerminationOnCorruption, in ApplyProcessMitigationsToCurrentProcess()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations.cc136 if (!::HeapSetInformation(nullptr, HeapEnableTerminationOnCorruption, in ApplyProcessMitigationsToCurrentProcess()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations.cc136 if (!::HeapSetInformation(nullptr, HeapEnableTerminationOnCorruption, in ApplyProcessMitigationsToCurrentProcess()

12345678910