summaryrefslogtreecommitdiffstats
path: root/libc/bionic/malloc_debug_qemu.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge memory checking functionality from sandboxVladimir Chtchetkine2010-02-161-21/+954
| | | | Change-Id: I304c789a752c9f4af4944ca14b9bf1e7644da15a
* Split libc_debug.so into two .so modules loaded on demand from libc.soVladimir Chtchetkine2009-11-181-0/+81
This change is intended to eliminate need to replace libc.so with libc_debug.so in order to enablememory allocation debugging. This is also the first step towards implementing extended memoryallocation debugging using emulator's capabilities in monitoring memory access.