summaryrefslogtreecommitdiffstats
path: root/libc/bionic/malloc_leak.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore malloc debug.Andy McFadden2009-07-211-7/+8
| | | | | | 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.
* Prevent a crash in the memory leak checker (which happened in chk_free())David 'Digit' Turner2009-07-101-59/+81
| | | | | | Simplify the code a little, removing un-necessary mutex locks/unlocks. Provide slightly better diagnostic message in case of corruption. Use snprintf/strlcat instead of sprintf/strcat
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+900
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-900/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-4/+22
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+9
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+874