HomeSort by relevance Sort by last modified time
    Searched refs:MEM_RELEASE (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/components/nacl/browser/
nacl_process_host_unittest.cc 12 bool success = VirtualFree(addr, 0, MEM_RELEASE);
  /external/chromium_org/third_party/lzma_sdk/
Alloc.c 67 VirtualFree(address, 0, MEM_RELEASE);
124 VirtualFree(address, 0, MEM_RELEASE);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Alloc.c 68 VirtualFree(address, 0, MEM_RELEASE);
125 VirtualFree(address, 0, MEM_RELEASE);
  /external/lzma/C/
Alloc.c 67 VirtualFree(address, 0, MEM_RELEASE);
124 VirtualFree(address, 0, MEM_RELEASE);
  /external/qemu/util/
oslib-win32.c 91 VirtualFree(ptr, 0, MEM_RELEASE);
99 VirtualFree(ptr, 0, MEM_RELEASE);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 143 VirtualFree(addr, 0, MEM_RELEASE);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 143 VirtualFree(addr, 0, MEM_RELEASE);
  /external/chromium_org/base/test/
test_file_util_win.cc 182 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE);
195 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE);
  /sdk/find_lock/
find_lock.cpp 491 VirtualFree(infoPtr, 0, MEM_RELEASE);
512 VirtualFree(infoPtr, 0, MEM_RELEASE);
542 VirtualFree(infoPtr, 0, MEM_RELEASE);
562 VirtualFree(infoPtr, 0, MEM_RELEASE);
769 VirtualFree(handlesPtr, 0, MEM_RELEASE);
  /external/chromium_org/sandbox/win/src/
handle_closer_agent.cc 74 ::VirtualFree(g_handles_to_close, 0, MEM_RELEASE);
sandbox_nt_util.cc 41 MEM_RELEASE));
68 MEM_RELEASE));
573 MEM_RELEASE));
handle_closer.cc 103 ::VirtualFreeEx(child, remote_data, 0, MEM_RELEASE);
interception.cc 337 ::VirtualFreeEx(child, remote_data, 0, MEM_RELEASE);
  /external/jemalloc/src/
chunk_mmap.c 85 if (VirtualFree(addr, 0, MEM_RELEASE) == 0)
  /external/chromium_org/chrome/app/
image_pre_reader_win.cc 40 ::VirtualFree(ptr, 0, MEM_RELEASE);
365 ::VirtualFree(buffer, 0, MEM_RELEASE);
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 326 if (!::VirtualFree(memory, 0, MEM_RELEASE))
  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.cpp 257 BOOL ret = VirtualFree(addr, 0, MEM_RELEASE);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 287 return VirtualFree(addr, 0, MEM_RELEASE) ? 0 : -1;
preamble_patcher_test.cc 148 ::VirtualFree(p, 0, MEM_RELEASE);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 284 return VirtualFree(addr, 0, MEM_RELEASE) ? 0 : -1;
preamble_patcher_test.cc 148 ::VirtualFree(p, 0, MEM_RELEASE);
  /external/chromium_org/v8/src/
platform-cygwin.cc 321 return VirtualFree(base, 0, MEM_RELEASE) != 0;
platform-win32.cc 780 VirtualFree(address, 0, MEM_RELEASE);
    [all...]
  /external/svox/pico/lib/
picopal.c 423 VirtualFree(*p, 0, MEM_RELEASE);
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 411 0, MEM_RELEASE));

Completed in 1691 milliseconds

1 2