Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp34 #ifndef HeapEnableTerminationOnCorruption
35 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS) 1 macro
258 HeapSetInformation( NULL, HeapEnableTerminationOnCorruption, NULL, 0 ); in InitInstance()
/external/mdnsresponder/Clients/
Ddns-sd.c99 #ifndef HeapEnableTerminationOnCorruption
100 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro
1046 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in main()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c54 #ifndef HeapEnableTerminationOnCorruption
55 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro
242 HeapSetInformation( NULL, HeapEnableTerminationOnCorruption, NULL, 0 ); in Main()
/external/mdnsresponder/mDNSPosix/
DNetMonitor.c930 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in main()