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

  /external/chromium_org/sandbox/win/src/
interception.cc 328 void* remote_data = ::VirtualAllocEx(child, NULL, buffer_bytes,
388 ::VirtualAllocEx(child, NULL, kAllocGranularity,
403 ::VirtualAllocEx(child, thunk_base, thunk_bytes_padded,
Wow64.cc 111 void* buffer = ::VirtualAllocEx(child_->Process(), NULL, page_size,
handle_closer.cc 93 void* remote_data = ::VirtualAllocEx(child, NULL, bytes_needed,
process_mitigations.cc 301 ::VirtualAllocEx(process, ptr, size, MEM_RESERVE, PAGE_NOACCESS);
  /external/chromium_org/tools/memory_watcher/
memory_hook.cc 167 DECLARE_PATCH(VirtualAllocEx);
457 INSTALL_PATCH(VirtualAllocEx);
490 UNINSTALL_PATCH(VirtualAllocEx);
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 217 void* mem = ::VirtualAllocEx(pi.hProcess, NULL, size, MEM_COMMIT,
242 PLOG(ERROR) << "VirtualAllocEx";
  /external/chromium_org/chrome/app/
breakpad_win.cc     [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.cc 94 void* nacl_mem = VirtualAllocEx(process,
    [all...]

Completed in 1449 milliseconds