Remove ptmalloc from source tree
authorJoão Abecasis <joao.abecasis@nokia.com>
Wed, 7 Dec 2011 14:10:52 +0000 (15:10 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 8 Dec 2011 00:06:22 +0000 (01:06 +0100)
commit479fc3e49c4b7e2a5d447c2d0d1c260d2cfb0966
tree5cd1415ed77e8cadcf0797b2e6cc2208921d6e4c
parent7a5bb95ea5c6a326cff8e9d6cad82f0d0b7b671d
Remove ptmalloc from source tree

This malloc-replacement library is marked experimental and disabled by
default. It is also Unix-only.

On linux (GNU C library, actually) ptmalloc graduated to become the
native allocator, according to its webpage (http://www.malloc.de/en/),
making the need to have a copy here significantly lower.

Anyway, there is nothing preventing interested parties from adding this
library to their own setup and very little value in keeping it around in
qtbase.

Change-Id: I2b1c798ca38b59bb767b44d6e5190080ec6ecdf4
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
19 files changed:
configure
src/3rdparty/ptmalloc/COPYRIGHT [deleted file]
src/3rdparty/ptmalloc/ChangeLog [deleted file]
src/3rdparty/ptmalloc/Makefile [deleted file]
src/3rdparty/ptmalloc/README [deleted file]
src/3rdparty/ptmalloc/lran2.h [deleted file]
src/3rdparty/ptmalloc/malloc-2.8.3.h [deleted file]
src/3rdparty/ptmalloc/malloc-private.h [deleted file]
src/3rdparty/ptmalloc/malloc.c [deleted file]
src/3rdparty/ptmalloc/ptmalloc3.c [deleted file]
src/3rdparty/ptmalloc/sysdeps/generic/atomic.h [deleted file]
src/3rdparty/ptmalloc/sysdeps/generic/malloc-machine.h [deleted file]
src/3rdparty/ptmalloc/sysdeps/generic/thread-st.h [deleted file]
src/3rdparty/ptmalloc/sysdeps/pthread/malloc-machine.h [deleted file]
src/3rdparty/ptmalloc/sysdeps/pthread/thread-st.h [deleted file]
src/3rdparty/ptmalloc/sysdeps/solaris/malloc-machine.h [deleted file]
src/3rdparty/ptmalloc/sysdeps/solaris/thread-st.h [deleted file]
src/3rdparty/ptmalloc/sysdeps/sproc/malloc-machine.h [deleted file]
src/3rdparty/ptmalloc/sysdeps/sproc/thread-st.h [deleted file]