Hello.
What libc implementation is used in Android platform? What malloc implementation is used (ptmalloc or tcmalloc or anything other)?
Hello.
What libc implementation is used in Android platform? What malloc implementation is used (ptmalloc or tcmalloc or anything other)?
libc is Bionic and malloc is Doug Lea version named dlmalloc (with USE_LOCKS enabled for thread-safety)