Searched refs:HeapEnableTerminationOnCorruption (Results 1 – 4 of 4) sorted by relevance
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanelExe.cpp | 34 #ifndef HeapEnableTerminationOnCorruption 35 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS) 1 macro 258 HeapSetInformation( NULL, HeapEnableTerminationOnCorruption, NULL, 0 ); in InitInstance()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 99 #ifndef HeapEnableTerminationOnCorruption 100 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro 1046 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in main()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 54 #ifndef HeapEnableTerminationOnCorruption 55 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1 macro 242 HeapSetInformation( NULL, HeapEnableTerminationOnCorruption, NULL, 0 ); in Main()
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 930 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0); in main()
|