- 9b78aa3 Increase num tries before failing. by Christopher Ferris · 7 years ago
- 149ce93 Add missing #include. by Peter Collingbourne · 7 years ago
- 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 7 years ago
- fa10a3a Add malloc_info for sanitizer. by Christopher Ferris · 7 years ago
- 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 7 years ago
- a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 7 years ago
- 0771b75 Merge "Workaround string-plus-int warning" by Treehugger Robot · 7 years ago
- 4ca9a6b Workaround string-plus-int warning by Yi Kong · 7 years ago
- 7fa3b47 Ensure STDIN/STDOUT/STDERR always exist by Nick Kralevich · 7 years ago
- a21f6cc Log when malloc functions fail. by Elliott Hughes · 7 years ago
- 503c17b Fix wrong variable reference. by Christopher Ferris · 7 years ago
- a535d3c Make static ifunc resolvers optional. by Dan Albert · 7 years ago
- f84d0a9 Merge "libasync_safe: stop clobbering other folks' identifiers." by Elliott Hughes · 7 years ago
- 3019d78 libasync_safe: stop clobbering other folks' identifiers. by Elliott Hughes · 7 years ago
- 2822856 Avoid heapprofd init when other hooks enabled. by Christopher Ferris · 7 years ago
- 8831447 Fix hwasan build. by Christopher Ferris · 7 years ago
- e4cdbc4 Refactor malloc common into distinct pieces. by Christopher Ferris · 7 years ago
- 808d176 Merge "Fix linker self-exec detection" by Ryan Prichard · 7 years ago
- 1990ba5 Fix linker self-exec detection by Ryan Prichard · 7 years ago
- 62e1e2c Modify malloc common function pointers. by Christopher Ferris · 7 years ago
- 5569bc7 Merge "Eliminate ICU's .dat lookup from bionic" by Treehugger Robot · 7 years ago
- 45f2d03 Eliminate ICU's .dat lookup from bionic by Nikita Iashchenko · 7 years ago
- 3912efa Merge "Pass caller names to __pthread_internal_find for better errors." by Elliott Hughes · 7 years ago
- c1d5797 Merge "Implement ifunc support for static executables." by Treehugger Robot · 7 years ago
- 5bb113c Pass caller names to __pthread_internal_find for better errors. by Elliott Hughes · 7 years ago
- ccc0922 Merge "Do not dlclose after failed reinit." by Florian Mayer · 7 years ago
- f671e03 Do not dlclose after failed reinit. by Florian Mayer · 7 years ago
- c676377 Merge "Make trace end conform with other trace end prints" by Treehugger Robot · 7 years ago
- d5076ba Merge "Add tracepoints for pthread_create and pthread_join" by Treehugger Robot · 7 years ago
- ecdc451 Merge changes I3c9b1292,I05c28d6a,I788c4a95,If8cd798f,I1c8d1cd7, ... by Ryan Prichard · 7 years ago
- 77d0f90 Add tracepoints for pthread_create and pthread_join by Philip Cuadra · 7 years ago
- 7fc82c2 Make trace end conform with other trace end prints by Philip Cuadra · 7 years ago
- 543b401 Merge "Allow to reset malloc hooks." by Florian Mayer · 7 years ago
- db59b89 Allow to reset malloc hooks. by Florian Mayer · 7 years ago
- 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 7 years ago
- 7a0f04c Implement ifunc support for static executables. by Peter Collingbourne · 7 years ago
- 96773a2 Add BionicAllocator::memalign by Ryan Prichard · 7 years ago
- 083d850 Move the linker allocator into libc by Ryan Prichard · 7 years ago
- ba40ff6 Don't filter reserved signals in sigaction. by Josh Gao · 7 years ago
- ecc37e3 conditional zygote child heap profiling + android_internal_mallopt by Ryan Savitski · 7 years ago
- fb8730d Handle R_GENERIC_TLS_TPREL relocations by Ryan Prichard · 7 years ago
- 1988350 Avoid a dlopen abort on an invalid TLS alignment by Ryan Prichard · 7 years ago
- 361c1b4 Initialize static TLS memory using module list by Ryan Prichard · 7 years ago
- e5e69e0 Record TLS modules and layout static TLS memory by Ryan Prichard · 7 years ago
- 977e47d StaticTlsLayout: add exe/tcb and solib layout by Ryan Prichard · 7 years ago
- aef4a49 Merge changes I221b1342,I1d1276da,I89b128df,Icb348a11,Ifb3b2d8d by Treehugger Robot · 7 years ago
- 37a7f71 Merge "Do not run heapprofd_initialize twice concurrently." by Florian Mayer · 7 years ago
- 4809755 Add a __bionic_get_tls_segment function by Ryan Prichard · 7 years ago
- c86576c Factor out ScopedRWLock into its own header by Ryan Prichard · 7 years ago
- ca305a3 Merge "Track movement of ICU .dat file" by Neil Fuller · 7 years ago
- 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
- 27d5933 pthread_key.cpp: factor out get_thread_key_data by Ryan Prichard · 7 years ago
- 62d8d9f Track movement of ICU .dat file by Neil Fuller · 7 years ago
- 466e0ec Remove some PR_SET_VMAs during pthread_create by Tim Murray · 7 years ago
- 0b0ee0c libc_shared_globals: add a constexpr ctor by Ryan Prichard · 7 years ago
- d14d830 Merge "Check return value of scandir in icu.cpp" by Treehugger Robot · 7 years ago
- ecb95b8 Check return value of scandir in icu.cpp by Alex Light · 7 years ago
- 770032d Fix/suppress bionic google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
- 3a538a4 Do not run heapprofd_initialize twice concurrently. by Florian Mayer · 7 years ago
- 37754cd Move errno to a pthread_internal_t field. by Ryan Prichard · 7 years ago
- 34583c1 Move dlerror out of a TLS slot and into a pthread_internal_t member. by Elliott Hughes · 7 years ago
- 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
- 5a66490 Use shared globals so getauxval works earlier by Ryan Prichard · 7 years ago
- 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
- 5332af6 Make __libc_init_malloc weak-for-native-bridge by dimitry · 7 years ago
- eebf5fd Reduce strerror(3)'s impact on .data.rel.ro. by Elliott Hughes · 7 years ago
- 9f1fddc Merge "Use cmdline instead for enabling heapprofd." by Florian Mayer · 7 years ago
- 4e28ea1 Use cmdline instead for enabling heapprofd. by Florian Mayer · 7 years ago
- 6b70fda Merge changes I376d7695,Ied443375,I614d25e7 by Ryan Prichard · 7 years ago
- 7260329 Merge "Use ifunc for ARM32 fortify functions" by Haibo Huang · 7 years ago
- 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
- 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
- abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
- 12ed389 Merge "Remove _sys_signal_strings." by Elliott Hughes · 7 years ago
- f1c8d1a Use ifunc for ARM32 fortify functions by Haibo Huang · 7 years ago
- f47e89f Merge "Replace android_open_proxy with dns_open_proxy" by Luke Huang · 7 years ago
- f8294fd Remove _sys_signal_strings. by Elliott Hughes · 7 years ago
- 0ff8df5 Merge "Cleanup: __libc_init_AT_SECURE, auxv, sysinfo" by Ryan Prichard · 7 years ago
- e965bcd Fix minor bug in dispatch table initialization order. by Florian Mayer · 7 years ago
- 701bd0c Cleanup: __libc_init_AT_SECURE, auxv, sysinfo by Ryan Prichard · 7 years ago
- 9e70e81 Merge "System property for heapprofd at process startup." by Florian Mayer · 7 years ago
- 8d849ff Merge "Allocate a small guard region around the shadow call stack." by Peter Collingbourne · 7 years ago
- e3ed892 Replace android_open_proxy with dns_open_proxy by Luke Huang · 7 years ago
- 734beec Allocate a small guard region around the shadow call stack. by Peter Collingbourne · 7 years ago
- c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
- ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
- 17c4bd9 Merge "Move to jemalloc5." by Christopher Ferris · 7 years ago
- d73a49e Move to jemalloc5. by Christopher Ferris · 7 years ago
- da772e2 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
- 5d427bc bionic: Add shadow call stack guard region field to pthread_internal_t. by Peter Collingbourne · 7 years ago
- 0dbe6d1 System property for heapprofd at process startup. by Florian Mayer · 7 years ago
- f90687c Increase the size of the signal stack on 64-bit. by Josh Gao · 7 years ago
- 6f3a56b Merge "Revert "bionic: Allocate a shadow call stack for each thread."" by Josh Gao · 7 years ago
- d6ac793 Merge "Reverse two pthread_internal_t fields" by Treehugger Robot · 7 years ago
- 25c34e0 Reverse two pthread_internal_t fields by Ryan Prichard · 7 years ago
- e898a17 Merge "Allow to re-initialize heapprofd." by Florian Mayer · 7 years ago
- 7b13dd9 Revert "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
- f284a47 Merge "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
- da1bc79 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
- 176a475 Allow to re-initialize heapprofd. by Florian Mayer · 7 years ago