On Sun, Feb 03, 2019 at 05:58:02PM -0900, Phil Rulon wrote: > In order to make it work right the loader will have to keep track of each > heap address in the DSO and determine if it is also referenced elsewhere. > The only other option is to maintain separate heaps for each DSO and a > global heap for the main body of the program. The decision then becomes, > which heap should I malloc from. > > Nether of these is likely to be implemented soon.
s/soon/ever/. Martin