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

  /external/lzma/C/
Alloc.c 67 VirtualFree(address, 0, MEM_RELEASE);
124 VirtualFree(address, 0, MEM_RELEASE);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 143 VirtualFree(addr, 0, MEM_RELEASE);
  /external/jemalloc/src/
pages.c 67 if (VirtualFree(addr, 0, MEM_RELEASE) == 0)
  /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/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 349 VirtualFree(memory, 0, MEM_RELEASE);
444 VirtualFree(memory, 0, MEM_RELEASE);
532 VirtualFree(memory, 0, MEM_RELEASE);
  /external/libmicrohttpd/src/microhttpd/
memorypool.c 145 VirtualFree(pool->memory, 0, MEM_RELEASE);
  /external/pcre/dist/sljit/
sljitExecAllocator.c 92 VirtualFree(chunk, 0, MEM_RELEASE);
sljitUtils.c 283 VirtualFree((void*)stack->base, 0, MEM_RELEASE);
  /external/v8/src/base/platform/
platform-cygwin.cc 246 return VirtualFree(base, 0, MEM_RELEASE) != 0;
platform-win32.cc 804 VirtualFree(address, 0, MEM_RELEASE);
    [all...]
  /external/svox/pico/lib/
picopal.c 423 VirtualFree(*p, 0, MEM_RELEASE);
  /external/fio/os/windows/
posix.c 304 if (!VirtualFree(addr, 0, MEM_RELEASE)) {
  /external/dlmalloc/
malloc.c     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 735 milliseconds