
6 Mar
2007
6 Mar
'07
2:33 p.m.
On 3/5/07, Shibu Bera <shibu.ncst@gmail.com> wrote:
Please let me know, if there is any function in boost::interprocess, which can be used for cleanning up(filling up with particular value) the shared memory created. Like memset function in std::cstring.
This example shows memset being used: http://ice.prohosting.com/newfunk/boost/libs/interprocess/doc/html/interproc... http://tinyurl.com/ytdb7b Presumably std::fill or std::fill_n would work just as well. -- Caleb Epstein