Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move jemalloc due to whole_static_library bug. | Christopher Ferris | 2014-06-16 | 1 | -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 Ferris | 2014-05-20 | 1 | -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 |