HomeSort by relevance Sort by last modified time
    Searched full:virtualfree (Results 1 - 25 of 41) 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/chromium_org/third_party/WebKit/Source/heap/
Heap.cpp 99 bool success = VirtualFree(m_base, 0, MEM_RELEASE);
127 bool success = VirtualFree(m_base, m_size, MEM_DECOMMIT);
216 VirtualFree(base, 0, MEM_RELEASE);
  /sdk/find_lock/
find_lock.cpp 470 // It's up to the caller to do a VirtualFree on the returned buffer.
491 VirtualFree(infoPtr, 0, MEM_RELEASE);
512 VirtualFree(infoPtr, 0, MEM_RELEASE);
521 // It's up to the caller to do a VirtualFree on the returned buffer.
542 VirtualFree(infoPtr, 0, MEM_RELEASE);
562 VirtualFree(infoPtr, 0, MEM_RELEASE);
769 VirtualFree(handlesPtr, 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/qemu/
oslib-win32.c 73 VirtualFree(ptr, 0, MEM_RELEASE);
  /external/chromium/base/test/
test_file_util_win.cc 88 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE);
101 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE);
  /external/chromium_org/base/test/
test_file_util_win.cc 184 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE);
197 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE);
  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.cpp 251 BOOL ret = VirtualFree(addr, 0, MEM_RELEASE);
263 BOOL ret = VirtualFree(addr, len, MEM_DECOMMIT);
  /external/chromium_org/v8/src/
platform-cygwin.cc 343 return VirtualFree(base, size, MEM_DECOMMIT) != 0;
348 return VirtualFree(base, 0, MEM_RELEASE) != 0;
platform-win32.cc 905 // TODO(1240712): VirtualFree has a return value which is ignored here.
906 VirtualFree(address, 0, MEM_RELEASE);
    [all...]
  /external/chromium_org/chrome_frame/
function_stub_unittest.cc 61 EXPECT_TRUE(::VirtualFree(playpen_, 0, MEM_RELEASE));
  /external/chromium_org/sandbox/win/src/
handle_closer_agent.cc 74 ::VirtualFree(g_handles_to_close, 0, MEM_RELEASE);
  /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/third_party/tcmalloc/chromium/src/windows/
port.cc 285 if (VirtualFree(start, length, MEM_DECOMMIT))
300 BOOL success = VirtualFree(ptr, decommitSize, MEM_DECOMMIT);
preamble_patcher_test.cc 148 ::VirtualFree(p, 0, MEM_RELEASE);
port.h 287 return VirtualFree(addr, 0, MEM_RELEASE) ? 0 : -1;
  /external/llvm/lib/Support/Windows/
Memory.inc 120 if (!VirtualFree(M.Address, 0, MEM_RELEASE))
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_test.cc 148 ::VirtualFree(p, 0, MEM_RELEASE);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 91 if (VirtualFree(addr, size, MEM_DECOMMIT) == 0) {
  /external/v8/src/
platform-cygwin.cc 343 if (0 == VirtualFree(address(), 0, MEM_RELEASE)) address_ = NULL;
361 return VirtualFree(address, size, MEM_DECOMMIT) != false;
  /external/chromium_org/third_party/sqlite/
preload-cache.patch 163 + VirtualFree(ptr, 0, MEM_RELEASE);

Completed in 353 milliseconds

1 2