OSDN Git Service

Restore malloc debug.
authorAndy McFadden <fadden@android.com>
Tue, 21 Jul 2009 22:25:23 +0000 (15:25 -0700)
committerAndy McFadden <fadden@android.com>
Tue, 21 Jul 2009 22:44:23 +0000 (15:44 -0700)
commit39f3745cf30efe38482ffead1c32f4e62f6fe32e
treec7ae2dcba7dd282d787961a641720dce723172ea
parentb56b5659b3996e98c2060f168d1cff1474e77d2a
Restore malloc debug.

Some libc changes were preventing the initialization call from being made.
The basic problem appears to be that libc_init_common.c is only built once,
and it's only built for the non-debug libc.
libc/bionic/libc_init_common.c
libc/bionic/libc_init_dynamic.c
libc/bionic/libc_init_static.c
libc/bionic/malloc_leak.c