Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
17f83c93cbbde3e38a03182931f40b7390061a7d
/
libc
/
bionic
/
malloc_debug_leak.cpp
6d40d34
Fix leak_realloc, copy entire allocation.
by Christopher Ferris
· 11 years ago
5d9e145
malloc_usable_size returns the original size.
by Christopher Ferris
· 11 years ago
88a1f52
Add a way to disable backtracing in malloc debug.
by Christopher Ferris
· 11 years ago
861c0ef
Use libunwindbacktrace for debug malloc code.
by Christopher Ferris
· 11 years ago
91570ce
Slim down static binaries by avoiding stdio.
by Elliott Hughes
· 11 years ago
dda1c6c
Do not include libc_common in malloc debug code.
by Christopher Ferris
· 11 years ago
03eebcb
Move common macros into bionic_macros.h.
by Christopher Ferris
· 11 years ago
a403780
Put all allocation functions into dispatch table.
by Christopher Ferris
· 11 years ago
8e52e8f
Fix debug malloc.
by Elliott Hughes
· 11 years ago
72bbd42
Support for jemalloc to replace dlmalloc.
by Christopher Ferris
· 11 years ago
1728b23
Switch to g_ for globals.
by Elliott Hughes
· 11 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 12 years ago
885f3b9
Implement malloc_usable_size for debug impls.
by Christopher Ferris
· 12 years ago
8f2a5a0
Clean up internal libc logging.
by Elliott Hughes
· 12 years ago
239e7a0
More debug malloc fixes.
by Elliott Hughes
· 12 years ago
1e980b6
Fix the duplication in the debugging code.
by Elliott Hughes
· 12 years ago
3b297c4
Fix dlerror(3).
by Elliott Hughes
· 13 years ago
e5d5f7f
Fix two comment typos.
by Elliott Hughes
· 13 years ago
c4d1fec
Clean up warnings in the malloc_debug_* files.
by Elliott Hughes
· 13 years ago
[Renamed (78%) from libc/bionic/malloc_debug_leak.c]
9862f5e
bionic: add macro protection for MALLOC_ALIGNMENT
by Jin Wei
· 13 years ago
252a5c8
resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp
by Iliyan Malchev
· 13 years ago
e1dd3c2
bionic: import heaptracker as chk_malloc
by Iliyan Malchev
· 13 years ago
7f5aa4f
bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign()
by Xi Wang
· 13 years ago
89d3fdc
MALLOC_DEBUG: enable the option libc.debug.malloc = 10
by Bruce Beare
· 14 years ago
f450fa5
merge from open-source master
by The Android Open Source Project
· 15 years ago
377d4c9
merge from open-source master
by The Android Open Source Project
· 15 years ago
75fba68
Merge memory checking functionality from sandbox
by Vladimir Chtchetkine
· 15 years ago
b74ceb2
Split libc_debug.so into two .so modules loaded on demand from libc.so
by Vladimir Chtchetkine
· 16 years ago
[Renamed (63%) from libc/bionic/malloc_leak.c]
39f3745
Restore malloc debug.
by Andy McFadden
· 16 years ago
c4eee37
Prevent a crash in the memory leak checker (which happened in chk_free())
by David 'Digit' Turner
· 16 years ago
1dc9e47
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
1767f90
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
6f04a0f
auto import from //branches/cupcake/...@132276
by The Android Open Source Project
· 16 years ago
4e468ed
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
a27d2ba
Initial Contribution
by The Android Open Source Project
· 17 years ago