This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sim/common ChangeLog hw-alloc.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]