This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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/winsup/cygwin ChangeLog.64bit configure co ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cygwin-64bit-branch
Changes by:	corinna@sourceware.org	2013-03-13 16:51:25

Modified files:
	winsup/cygwin  : ChangeLog.64bit configure configure.ac 
	                 cygmalloc.h fork.cc malloc.cc malloc_wrapper.cc 
	                 mmap.cc pinfo.cc 
Removed files:
	winsup/cygwin  : malloc-private.h ptmalloc3.cc 

Log message:
	* Revert to old malloc.
	* mmap.cc (MMAP_STORAGE_LOW): Set higher.  Add comment.
	(MMAP_STORAGE_HIGH): Add comment.
	(class mmap_allocator): Change comment.  Add mmap_current_low member.
	(mmap_allocator::mmap_allocator): Define default constructor.
	(mmap_allocator::alloc): Change to a round-robin mechanism.  Add or
	change comments accordingly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.127&r2=1.1.2.128
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/configure.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.35.6.7&r2=1.35.6.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/configure.ac.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.6&r2=1.1.2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygmalloc.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.12.10.6&r2=1.12.10.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.237.2.5&r2=1.237.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/malloc.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.11.18.1&r2=1.11.18.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/malloc_wrapper.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.39.10.3&r2=1.39.10.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.177.2.9&r2=1.177.2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.309.2.14&r2=1.309.2.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/malloc-private.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ptmalloc3.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.2&r2=NONE


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