aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/jemalloc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move jemalloc due to whole_static_library bug.Christopher Ferris2014-06-161-44/+0
| | | | | | | Rename jemalloc.cpp to jemalloc_wrapper.cpp to avoid problems with the libc library having two jemalloc.o files that clobber each other. Change-Id: I9a2d966dbf414b1367ee0ef1f0d73fca6f25b518
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-0/+44
To use jemalloc, add MALLOC_IMPL = jemalloc in a board config file and you get the new version automatically. Update the pthread_create_key tests since jemalloc uses a few keys. Add a new test to verify memalign works as expected. Bug: 981363 Change-Id: I16eb152b291a95bd2499e90492fc6b4bd7053836