Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
3d83b18970f32467596830845793b18a858f59e6
/
libc
/
bionic
/
malloc_debug_common.cpp
05fc1d7
Add missing includes.
by Elliott Hughes
· 10 years ago
6fe376d
Remove references to MALLOC_LEAK_CHECK.
by Christopher Ferris
· 11 years ago
edd81faf
Hide __libc_malloc_dispatch.
by Dan Albert
· 11 years ago
dda1c6c
Do not include libc_common in malloc debug code.
by Christopher Ferris
· 11 years ago
29edbfd
Fix a broken boolean test found by clang.
by Elliott Hughes
· 11 years ago
e5fdaa4
Revert "Backing this one out since the counterpart needs to be sent upstream."
by Dan Albert
· 11 years ago
a04d2bc
Backing this one out since the counterpart needs to be sent upstream.
by Dan Albert
· 11 years ago
5ee320d
Hides valloc(3)/pvalloc(3) on LP64.
by Dan Albert
· 11 years ago
a403780
Put all allocation functions into dispatch table.
by Christopher Ferris
· 11 years ago
14442bb
Temporary fix for asan_malloc_linux.cc build failure.
by Elliott Hughes
· 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
7c9923d
Export get_malloc_leak_info and free_malloc_leak_info, used by ddms.
by Elliott Hughes
· 11 years ago
6b7987c
Hide various debug malloc implementation details.
by Elliott Hughes
· 11 years ago
1728b23
Switch to g_ for globals.
by Elliott Hughes
· 11 years ago
64b2963
Fix debug malloc for LP64.
by Elliott Hughes
· 11 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 12 years ago
35c1862
Don't export unnecessary symbol.
by Nick Kralevich
· 12 years ago
885f3b9
Implement malloc_usable_size for debug impls.
by Christopher Ferris
· 12 years ago
25a87f7
Fix declaration of malloc_usable_size()
by David 'Digit' Turner
· 12 years ago
ea48974
Use hidden visibility for internal-use-only functions
by Kito Cheng
· 12 years ago
8f2a5a0
Clean up internal libc logging.
by Elliott Hughes
· 12 years ago
e4ccf5a
__progname should be const char*, not char*.
by Elliott Hughes
· 12 years ago
9c81892
Don't claim there were no leaks if we weren't even checking.
by Elliott Hughes
· 12 years ago
239e7a0
More debug malloc fixes.
by Elliott Hughes
· 12 years ago
84f8b5f
Disable leak checking for mksh; it's way too leaky.
by Elliott Hughes
· 12 years ago
1e980b6
Fix the duplication in the debugging code.
by Elliott Hughes
· 12 years ago
db492b3
Fix debug malloc.
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 (74%) from libc/bionic/malloc_debug_common.c]
bfc1d97
Restore posix_memalign
by Brian Carlstrom
· 13 years ago
9990891
Upgrade to dlmalloc 2.8.5.
by Ian Rogers
· 13 years ago
e1dd3c2
bionic: import heaptracker as chk_malloc
by Iliyan Malchev
· 13 years ago
7d2e24e
bionic: introduce libc.debug.malloc.program
by Iliyan Malchev
· 13 years ago
0f55870
removing shadowing redeclaration of result
by Christopher Schwardt
· 14 years ago
9d8be54
get_malloc_leak_info: Fix assumption that totalMemory out parameter was initialized to zero.
by tedbo
· 15 years ago
52e7d3d
Bulletproof leak dump against null hash entries
by Christopher Tate
· 15 years ago
95faece
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