OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VirtualFreeEx
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/memory_watcher/
memory_hook.cc
168
DECLARE_PATCH(
VirtualFreeEx
);
458
INSTALL_PATCH(
VirtualFreeEx
);
491
UNINSTALL_PATCH(
VirtualFreeEx
);
/external/chromium_org/sandbox/win/src/
handle_closer.cc
103
::
VirtualFreeEx
(child, remote_data, 0, MEM_RELEASE);
interception.cc
338
::
VirtualFreeEx
(child, remote_data, 0, MEM_RELEASE);
/external/chromium_org/components/breakpad/app/
breakpad_win.cc
582
CHECK(::
VirtualFreeEx
(::GetCurrentProcess(), g_real_terminate_process_stub,
Completed in 351 milliseconds