HomeSort by relevance Sort by last modified time
    Searched refs:NtUnmapViewOfSection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/memory_watcher/
memory_hook.cc 178 DECLARE_PATCH(NtUnmapViewOfSection);
319 // This will call into NtUnmapViewOfSection().
462 INSTALL_NTDLLPATCH(NtUnmapViewOfSection);
495 UNINSTALL_PATCH(NtUnmapViewOfSection);
  /external/chromium_org/sandbox/win/src/
interception.cc 28 const char kUnmapViewOfSectionName[] = "NtUnmapViewOfSection";
382 ADD_NT_INTERCEPTION(NtUnmapViewOfSection, UNMAP_VIEW_OF_SECTION_ID, 12);

Completed in 45 milliseconds