src/3rdparty/ptmalloc/ChangeLog
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:40:16 +0200
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201003 Kit: 201007

2006-05-31  Wolfram Gloger  <wg@malloc.de>

	* sysdeps/pthread/malloc-machine.h (mutex_unlock): Unlock needs
	full memory barrier (thanks Bart Robinson).

2006-03-31  Wolfram Gloger  <wg@malloc.de>

	* ptmalloc3.c (public_iCALLOc, public_iCOMALLOc): New functions.

2006-03-30  Wolfram Gloger  <wg@malloc.de>

	* malloc/malloc.c: Upgrade to version pre-2.8.4-29mar06.
	* malloc/malloc-private.h: New fields in malloc_state.

2004-03-29  Wolfram Gloger  <wg@malloc.de>

	* malloc/malloc.c (mmap_alloc): Use page_align instead of
	granularity_align.
	(mmap_resize): Likewise.

	* malloc/ptmalloc3.c (ptmalloc_init):
	Add MALLOC_GRANULARITY_ and synonymous MALLOC_TOP_PAD_ environment
	parameters.

2006-03-25  Wolfram Gloger  <wg@malloc.de>

	* malloc/malloc-private.h: New file.

2005-12-31  Wolfram Gloger  <wg@malloc.de>

	* malloc/malloc.c: Imported from Doug Lea's malloc-2.8.3.
	* malloc/malloc.h-2.8.3.h: Likewise.
	* malloc/ptmalloc3.c: New file.