$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: me22 (me22.ca_at_[hidden])
Date: 2006-02-27 21:17:10
On 2/27/06, m_phanivong_at_[hidden] <m_phanivong_at_[hidden]> wrote:
>
> shmem (shared mem)
> mfile (mem mapped)
> gamem (global/heap alloc mem)
> uamem (user alloc mem)
>
Personally I find those abbreviations excessively obtuse. I don't
mind _mem, but I really don't like m, ga, or ua.
_mem reminds be of _ptr, so what about shared_mem, file_mem, heap_mem,
and user_mem ( or similar? )
~ Scott