summaryrefslogtreecommitdiff
path: root/nedmalloc.h
AgeCommit message (Collapse)Author
2016-04-08nedmalloc: Fixed build error while compiling with cpp fileSatish Patel
As !defined macro does not work, with .cpp file as expected. Using standalone macro to define mallinfo structure This is to fix build error for compiling c++ test
2016-04-07nedmalloc: Added API for bionic integrationSatish Patel
Dummy wrapper APIs implemented for bionic integration Signed-off-by: Satish Patel <satish.patel@linaro.org>
2016-04-02Build fix to compile test applicationSatish Patel
- removed 'register' storage class specifier is deprecated - mallinfo placed under flag "ACCESS_FROM_BIONIC" Signed-off-by: Satish Patel <satish.patel@linaro.org>
2016-04-02Porting nedmalloc for androidSatish Patel
- add Android.mk files - fixed build error - Android specific changes and dummy implementation for APIs malloc_disable/malloc_enable are implemented under flag LINARO_ANDPORT Note: if included from BIONIC then include flag "-DACCESS_FROM_BIONIC" TODO: There is not malloc_info(3) support, so link error when replacing jemalloc in AOSP master Signed-off-by: Satish Patel <satish.patel@linaro.org>
2016-04-01Initial (original) sources of nedmallocSatish Patel
- required source files are taken from https://github.com/ned14/nedmalloc Note: Android build support yet to be added Signed-off-by: Satish Patel <satish.patel@linaro.org>