Searched defs:shmem (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.h68 const base::SharedMemoryHandle& shmem() const { function in class:ppapi::proxy::SerializedHandle
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc267 // On POSIX we have a problem when 2 threads try to create the shmem
271 // intentionally don't clean up its shmem before running with
465 SharedMemory shmem; local
466 ASSERT_TRUE(shmem.CreateAndMapAnonymous(contents.size()));
467 memcpy(shmem.memory(), contents.data(), contents.size());
468 EXPECT_TRUE(shmem.Unmap());
471 ASSERT_TRUE(shmem.ShareToProcess(GetCurrentProcessHandle(), &shared_handle));
479 ASSERT_TRUE(shmem.ShareToProcess(GetCurrentProcessHandle(), &shared_handle));
629 // On POSIX it is especially important we test shmem across processes,
/external/chromium_org/base/process/
H A Dprocess_metrics.h285 int shmem; member in struct:base::SystemMemoryInfoKB

Completed in 515 milliseconds