src/sim/common ChangeLog hw-alloc.h

vapier@sourceware.org vapier@sourceware.org
Wed Dec 29 02:51:00 GMT 2010


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-12-29 02:51:41

Modified files:
	sim/common     : ChangeLog hw-alloc.h 

Log message:
	sim: HW_NALLOC: new alloc helper
	
	We have malloc (uninitialized buffer), zalloc (zeroed buffer), and
	nzalloc (zeroed array).  But we don't have a way to allocate an
	uninitialized array.  Add a HW_NALLOC to fill this gap.
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.227&r2=1.228
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/hw-alloc.h.diff?cvsroot=src&r1=1.7&r2=1.8



More information about the Gdb-cvs mailing list