HomeSort by relevance Sort by last modified time
    Searched defs:HeapEnableTerminationOnCorruption (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 34 #ifndef HeapEnableTerminationOnCorruption
35 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS) 1
258 HeapSetInformation( NULL, HeapEnableTerminationOnCorruption, NULL, 0 );
  /external/mdnsresponder/Clients/
dns-sd.c 99 #ifndef HeapEnableTerminationOnCorruption
100 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1
    [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 54 #ifndef HeapEnableTerminationOnCorruption
55 # define HeapEnableTerminationOnCorruption (HEAP_INFORMATION_CLASS)1
242 HeapSetInformation( NULL, HeapEnableTerminationOnCorruption, NULL, 0 );
    [all...]

Completed in 249 milliseconds