9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] setmalloctag()
@ 2008-06-21 13:48 erik quanstrom
  0 siblings, 0 replies; only message in thread
From: erik quanstrom @ 2008-06-21 13:48 UTC (permalink / raw)
  To: 9fans

shouldn't the sig be

	extern	void	setmalloctag(void*, void*);
or
	extern	void	setmalloctag(void*, uintptr);
(matching ndbsetrealloctag and convention) not
	extern	void	setmalloctag(void*, ulong);

since on a mythical 64-bit machine, ulong is 32bits but
addresses are 64 bits?

- erik



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-21 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-21 13:48 [9fans] setmalloctag() erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).