Re: Mapping physical memory into Application space



Where does this code run? Where do the pointers come from? The OS already
maps the pointers it knows about as direct parameters. You only need to map
pointers embedded in data structures you are passing in the buffers the
buffer pointers point to.


--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com


.



Relevant Pages

  • Re: Biz Tree Challenge
    ... is a programming technique that involves tables of pointers to ... relational rules make it easier to follow and disect structures. ... OO is generally maps of pointers to maps. ...
    (comp.object)
  • Re: Help with containers, pointers, and threads.
    ... use pointers to elements in maps and vectors. ... As I understand it, the pointers could be invalidated if I had say, a thread, adding items to the map or list in the background right? ... Are the .net collection classes thread safe? ...
    (borland.public.delphi.non-technical)
  • Help with containers, pointers, and threads.
    ... I use pointers to elements in maps and vectors. ... Are the .net collection classes thread safe? ...
    (borland.public.delphi.non-technical)
  • Re: Sorting a map by value
    ... >> You can't sort maps. ... >What are the arguments to this functor (values, pointers or ... The same as to std::less, namely (const reference to) key_type, and it ...
    (comp.lang.cpp)
  • Re: std::vector tiles; || std::vector > tiles; || what? Ideas?
    ... Thomas wrote: ... > Basically my problem is that i want to be able to hold huge maps and ... > even just having null pointers on a 5000,5000 grid or somthing huge for ... compress the empty regions and only store real data. ...
    (rec.games.roguelike.development)