summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/ptmalloc/ChangeLog
diff options
context:
space:
mode:
authorQt by Nokia <qt-info@nokia.com>2011-04-27 12:05:43 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:05:43 +0200
commit38be0d13830efd2d98281c645c3a60afe05ffece (patch)
tree6ea73f3ec77f7d153333779883e8120f82820abe /src/3rdparty/ptmalloc/ChangeLog
Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
Diffstat (limited to 'src/3rdparty/ptmalloc/ChangeLog')
-rw-r--r--src/3rdparty/ptmalloc/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/3rdparty/ptmalloc/ChangeLog b/src/3rdparty/ptmalloc/ChangeLog
new file mode 100644
index 0000000000..45f7f463fa
--- /dev/null
+++ b/src/3rdparty/ptmalloc/ChangeLog
@@ -0,0 +1,33 @@
+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.