From my point of view you have to use e_alloc to use the shared memory. As far as i understand the only difference between using e_alloc and directly reading/writing into the memory is that the e_alloc function while take care of things like basic offset into the shared space and stuff like that while if you only use e_write and e_read, you will have to do some checking for the addresses yourself.
Hope it answers your question !
Thomas.Statistics: Posted by skinner — Tue Jun 09, 2015 10:01 pm
]]>