HomeSort by relevance Sort by last modified time
    Searched full:heapsetinformation (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/allocator/
win_allocator.cc 18 HeapSetInformation(win_heap, HeapCompatibilityInformation,
  /external/webkit/Source/WebKit2/WebProcess/
WebKitMain.cpp 116 HSI heapSetInformation = reinterpret_cast<HSI>(::GetProcAddress(hMod, "HeapSetInformation"));
117 if (!heapSetInformation)
120 heapSetInformation(0, heapEnableTerminationOnCorruption, 0, 0);
  /external/chromium/base/
process_util_win.cc 48 // HeapSetInformation function pointer.
821 "HeapSetInformation"));
854 HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0);
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c     [all...]
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]

Completed in 669 milliseconds