From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9a90e0026e0caaa0c27978a238e7b605@quintile.net> From: "Steve Simon" Date: Thu, 18 Jul 2013 11:45:03 +0100 To: 9fans@9fans.net In-Reply-To: <9fb1f0189acbe5546193608dae59e08e@isd.dp.ua> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] mallocz in APE Topicbox-Message-UUID: 6c6fb9ca-ead8-11e9-9d60-3106f5b1d025 > A quick fix is to bring up mallocz bits in > /sys/src/ape/lib/mp/port/libc.h into agreement with the rest. I would say this is the correct fix. > Replacing _MALLOCZ back with mallocz within APE realm seems to me a > better option to consider. I don't think this is better. APE generally tries very hard to be compliant to the spirit of ANSI (or POSIX with _POSIX_EXTENSION defined), this includes not poluting the namespace with plan9isms where possible. Having said this what about setmalloctag() getcallerpc(), etc etc. -Steve