Home
last modified time | relevance | path

Searched refs:anonymous_shared_memory (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/interprocess/example/
Ddoc_anonymous_shared_memory.cpp22 mapped_region region(anonymous_shared_memory(1000)); in main()
/third_party/boost/libs/interprocess/test/
Danonymous_shared_memory_test.cpp25 mapped_region region(anonymous_shared_memory(MemSize)); in main()
Dshared_memory_mapping_test.cpp201 mapped_region region(anonymous_shared_memory(FileSize)); in main()
/third_party/boost/boost/interprocess/
Danonymous_shared_memory.hpp73 anonymous_shared_memory(std::size_t size, void *address = 0) in anonymous_shared_memory() function
/third_party/boost/doc/html/
Ddoc_HTML.manifest1346 boost/interprocess/anonymous_shared_memory.html
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk581 [section:anonymous_shared_memory Anonymous shared memory for UNIX systems]
590 This feature is wrapped in [*Boost.Interprocess] using the `anonymous_shared_memory()`