HomeSort by relevance Sort by last modified time
    Searched defs:AllocateSharedMemory (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/child/
child_thread.cc 397 base::SharedMemory* ChildThread::AllocateSharedMemory(size_t buf_size) {
398 return AllocateSharedMemory(buf_size, this);
402 base::SharedMemory* ChildThread::AllocateSharedMemory(
  /external/chromium_org/content/common/
child_process_host_impl.cc 203 void ChildProcessHostImpl::AllocateSharedMemory(
302 AllocateSharedMemory(buffer_size, peer_handle_, handle);
317 AllocateSharedMemory(
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 239 BrowserGpuChannelHostFactory::AllocateSharedMemory(size_t size) {
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 511 PLSA_ALLOCATE_SHARED_MEMORY AllocateSharedMemory;
    [all...]

Completed in 123 milliseconds