I am going to send the memory address of an object to another program over pipes. Then after a while, other program will send that memory address, and main program will try to address the object. (Please do not concern about security). What I am worried about is whether the object is still there, or garbage collector has already removed it, or another object has come on same address.
Is there an object on given memory address?
tcak via Digitalmars-d-learn Thu, 12 Feb 2015 02:05:57 -0800
Is there any "reliable" way to determine whether there is a
certain type of object in memory at a given address?
- Is there an object on given memory address? tcak via Digitalmars-d-learn
- Re: Is there an object on given memory a... tcak via Digitalmars-d-learn
- Re: Is there an object on given memo... via Digitalmars-d-learn
- Re: Is there an object on given ... tcak via Digitalmars-d-learn
- Re: Is there an object on gi... Baz via Digitalmars-d-learn
- Re: Is there an object on given ... via Digitalmars-d-learn
- Re: Is there an object on gi... via Digitalmars-d-learn
- Re: Is there an object ... via Digitalmars-d-learn
- Re: Is there an obj... via Digitalmars-d-learn
