testing - 2015 - September - this message
[ previous , next ]
Subject: Re: [9fans] Privalloc(2) and rfork(RFPROC|RFMEM) (was: a pair nec
From: cinap_lenrek@[REDACTED] Date: Sat, 5 Sep 2015 20:56:24 +0200 it doesnt matter. p is a pointer to a pointer. the whole idea of privalloc() is to give you a memory locaiton that when *dereferenced* can yield different *values* under different processes, tho the *address* is the same, so it can be passed arround. -- cinap