- c1341e1 Add a log_allocator_stats_on_exit option. by Christopher Ferris · 12 months ago
- 9b88d0a Add record_allocs_on_exit option. by Christopher Ferris · 1 year ago
- c574f79 Clean up __always_inline by Nick Desaulniers · 1 year, 2 months ago
- 5610d5a Add support for signal dumping log stats. by Christopher Ferris · 1 year, 7 months ago
- f1ab9c4 Move M_PURGE to M_PURGE_ALL. by Christopher Ferris · 2 years, 3 months ago
- aa3e574 Purge memory. by Christopher Ferris · 2 years, 5 months ago
- 2335213 Match argument order in cpp file by Greg Kaiser · 2 years, 6 months ago
- f7e8b17 Add the timestamps for each alloc data by Chia-hung Duan · 2 years, 8 months ago
- a383648 Add options to only backtrace specific sizes. by Christopher Ferris · 3 years, 1 month ago
- b42e8b4 Add option to force memunreachable check. by Christopher Ferris · 3 years, 2 months ago
- f78486f Mangle the pointers stored in PointerData. by Christopher Ferris · 3 years, 2 months ago
- 459eecb Update for LocalUnwinder object removal. by Christopher Ferris · 3 years, 6 months ago
- 33d7337 Fix race when frees after main thread finishes. by Christopher Ferris · 4 years ago
- 9bf7817 Fix deadlock/timeout in thread unwinding. by Christopher Ferris · 5 years ago
- 3b21ada Add tagged pointers to bionic. by Mitch Phillips · 5 years ago
- ce4c42e Revert "Add tagged pointers to bionic." by Nicolas Geoffray · 5 years ago
- 43d5f9d Add tagged pointers to bionic. by Mitch Phillips · 5 years ago
- 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago
- ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
- 705de3c Disable malloc debug when asan enabled. by Christopher Ferris · 6 years ago
- d269fcc Avoid using malloc debug code after exit. by Christopher Ferris · 6 years ago
- 8189e77 Remove gMallocLeakZygoteChild. by Christopher Ferris · 6 years ago
- c328e44 Disable info messages by default for malloc debug. by Christopher Ferris · 6 years ago
- 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 6 years ago
- a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 6 years ago
- 7f209a9 Bionic malloc debug: add a new option "abort_on_error" by Iris Chang · 6 years ago
- 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 97b4747 Disable malloc debug intercepts when exiting. by Christopher Ferris · 7 years ago
- 2e1a40a Change heap dump format slightly. by Christopher Ferris · 7 years ago
- 93bdd6a Add support for using the new unwinder. by Christopher Ferris · 7 years ago
- 4da2503 Refactor malloc debug. by Christopher Ferris · 7 years ago
- cae21a9 Add aligned_alloc to libc. by Christopher Ferris · 7 years ago
- a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
- 602b88c Provide method to dump backtrace heap data. by Christopher Ferris · 8 years ago
- a1c0d2f Add support for modifying decay timer. by Christopher Ferris · 8 years ago
- 2b2b25b Refactor Config from a struct to a class. by Christopher Ferris · 8 years ago
- ac81fe8 Enable malloc debug using environment variables by Tamas Berghammer · 9 years ago
- 7bd0178 Add the record alloc option. by Christopher Ferris · 9 years ago
- 55a89a4 Small refactor. by Christopher Ferris · 9 years ago
- d091962 Fix race in malloc debug option free_track. by Christopher Ferris · 9 years ago
- 7877df6 malloc_debug: fix multiplication overflow in debug_calloc by Colin Cross · 9 years ago
- 9567c7b malloc_debug: round 0 byte allocations up to 1 byte by Colin Cross · 9 years ago
- baa7c6f malloc_debug: iterate: use usable_size by Colin Cross · 9 years ago
- 2c75991 Add backtrace_string and export to libmemunreachable by Colin Cross · 9 years ago
- 2d4721c Export malloc_backtrace by Colin Cross · 9 years ago
- 869691c Export malloc_iterate and friends by Colin Cross · 9 years ago
- 598cb89 Merge "malloc_debug: reset TrackData mutex after fork" by Colin Cross · 9 years ago
- 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 9 years ago
- 7a28a3c malloc_debug: reset TrackData mutex after fork by Colin Cross · 9 years ago
- 7993b80 Add better free tracking. by Christopher Ferris · 9 years ago
- 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago