History log of /external/jemalloc/android/src/je_mallinfo.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0f804259d71591e76988474a8c9eabdf1590c6e1 10-Oct-2014 Christopher Ferris <cferris@google.com> Fix mallinfo data.

The dlmalloc and jemalloc mallinfo did not agree so modify jemalloc to
return the same information as dlmalloc. Specifically, change usmblks
to return the total mapped in memory.

Bug: 17265653
Change-Id: Ibf5ca4dc8d1390a09cac480dfc965861620dc8c0
/external/jemalloc/android/src/je_mallinfo.c
811bdf16bcb730b427082a165a543a7894b399a0 30-Jul-2014 Christopher Ferris <cferris@google.com> Remove stray include.

I left an unneccessary include, so removing.

Bug: 15455302

(cherry picked from commit 3675f37afff607da4dd4026cab6d529291ea08da)

Change-Id: I2a1e94a881ce7250812bec6596ac112b6ac53eda
/external/jemalloc/android/src/je_mallinfo.c
608a78fe3fa03130f60994151057ed1350d08b40 29-Jul-2014 Christopher Ferris <cferris@google.com> Make mallinfo count all arenas.

Bug: 15455302

(cherry picked from commit 8644570f539cef20ccdc0497eb15b7056e15ee3a)

Change-Id: Ib59623f1597fdfd1ed65bb1cc358937f74aed02f
/external/jemalloc/android/src/je_mallinfo.c
18ff84135248f3566b938c836a02fa6138a281f6 14-May-2014 Christopher Ferris <cferris@google.com> Create a simple je_mallinfo function.

Move the scripts into a separate directory under android too.

Bug: 981363
Change-Id: Ifddc5cedea25a1bc8e31e870313a944a3293c737
/external/jemalloc/android/src/je_mallinfo.c