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

  /external/webkit/Source/WebCore/platform/mac/
PurgeableBufferMac.cpp 52 vm_deallocate(mach_task_self(), reinterpret_cast<vm_address_t>(m_data), m_size);
71 vm_deallocate(mach_task_self(), buffer, size);
  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 58 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
139 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
  /external/webkit/Source/WebKit2/Shared/mac/
UpdateChunk.cpp 57 vm_deallocate(mach_task_self(), reinterpret_cast<vm_address_t>(m_data), m_size);
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocationAligned.cpp 80 vm_deallocate(current_task(), reinterpret_cast<vm_address_t>(tmp.base()), tmp.size());
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 194 } vm_deallocate; member in union:__anon14010::__anon14011
  /external/chromium/testing/gtest/src/
gtest-port.cc 92 vm_deallocate(task,
  /external/gtest/src/
gtest-port.cc 92 vm_deallocate(task,
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 92 vm_deallocate(task,
  /external/protobuf/gtest/src/
gtest-port.cc 88 vm_deallocate(task,
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 526 DECL_TEMPLATE(darwin, vm_deallocate);
syswrap-darwin.c     [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 290 vm_deallocate(mach_task_self(), reinterpret_cast<vm_address_t>(messageBodyAttachment.address()), messageBodyAttachment.size());
  /external/compiler-rt/lib/asan/interception/mach_override/
mach_override.c 548 err = vm_deallocate(
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 359 vm_deallocate(mach_task_self(), m_data, m_dataLength);
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]

Completed in 1869 milliseconds