aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Optimize tolower(3)/toupper(3) from <ctype.h>.q10.0-backupElliott Hughes2019-11-293-1/+109
* ASCII fastpath for towupper and towlower.Balaram Makam2019-11-291-0/+10
* bionic: Squash of pre-P mutex behavior restorationnx1112019-11-081-8/+14
* Do not check tcache clear when doing a purge.Christopher Ferris2019-07-081-3/+2
* Merge "Add removed platform functions used by apps." into qt-devChristopher Ferris2019-05-081-0/+37
|\
| * Add removed platform functions used by apps.Christopher Ferris2019-05-081-0/+37
* | Match maximum command line size for startup tracing.Florian Mayer2019-05-081-10/+11
|/
* Fix malloc_info missing large allocs.Christopher Ferris2019-05-031-8/+8
* Make purging clear the current thread cache too.Christopher Ferris2019-05-011-0/+8
* Make pthread_get/setschedparam weak for native bridgedimitry2019-04-262-0/+5
* PIMutexUnlock: load owner_tid in non-common caseRyan Prichard2019-04-231-0/+2
* Workaround ASan not knowing about reallocarray.Elliott Hughes2019-04-221-1/+1
* Move all leak info functions to android_mallopt.Christopher Ferris2019-04-192-31/+37
* Remove gMallocLeakZygoteChild.Christopher Ferris2019-04-164-11/+19
* Don't load libc_malloc_* libs from runtime ns for libc_scudoJiyong Park2019-04-101-0/+8
* Load libc_malloc_* libraries from the runtime APEXJiyong Park2019-04-061-1/+28
* Merge "Disable info messages by default for malloc debug."Christopher Ferris2019-04-021-3/+1
|\
| * Disable info messages by default for malloc debug.Christopher Ferris2019-04-021-3/+1
* | Create a lib that uses scudo instead of jemalloc.Christopher Ferris2019-04-017-0/+382
|/
* Fix double initialization call.Christopher Ferris2019-03-281-7/+0
* Use PR_SET_VMA_ANON_NAME to name the abort message mapping.Peter Collingbourne2019-03-271-0/+5
* Increase the allocation limit again.Christopher Ferris2019-03-261-1/+1
* Fix internal uses of _PATH_BSHELL.Elliott Hughes2019-03-253-4/+7
* Call __hwasan_init_static() during libc startup in statically linked executab...Peter Collingbourne2019-03-191-3/+4
* Merge "Increase the size of the shadow call stack guard region to 16MB."Peter Collingbourne2019-03-191-7/+14
|\
| * Increase the size of the shadow call stack guard region to 16MB.Peter Collingbourne2019-01-311-7/+14
* | Increase num tries before failing.Christopher Ferris2019-03-181-2/+2
* | Add missing #include.Peter Collingbourne2019-03-151-0/+4
* | Add a platform API for setting an allocation limit.Christopher Ferris2019-03-158-10/+513
* | Add malloc_info for sanitizer.Christopher Ferris2019-03-082-0/+8
* | Refactor the malloc_info code.Christopher Ferris2019-03-077-124/+64
* | Make aligned_alloc match the standard.Christopher Ferris2019-03-012-3/+23
* | Merge "Workaround string-plus-int warning"Treehugger Robot2019-03-011-1/+1
|\ \
| * | Workaround string-plus-int warningYi Kong2019-02-281-1/+1
* | | Ensure STDIN/STDOUT/STDERR always existNick Kralevich2019-02-281-3/+18
|/ /
* | Log when malloc functions fail.Elliott Hughes2019-02-262-7/+39
* | Fix wrong variable reference.Christopher Ferris2019-02-221-1/+1
* | Make static ifunc resolvers optional.Dan Albert2019-02-201-2/+24
* | Merge "libasync_safe: stop clobbering other folks' identifiers."Elliott Hughes2019-02-162-0/+2
|\ \
| * | libasync_safe: stop clobbering other folks' identifiers.Elliott Hughes2019-02-142-0/+2
* | | Avoid heapprofd init when other hooks enabled.Christopher Ferris2019-02-143-9/+32
* | | Fix hwasan build.Christopher Ferris2019-02-131-0/+12
* | | Refactor malloc common into distinct pieces.Christopher Ferris2019-02-126-667/+915
|/ /
* | Merge "Fix linker self-exec detection"Ryan Prichard2019-02-081-3/+0
|\ \
| * | Fix linker self-exec detectionRyan Prichard2019-02-071-3/+0
* | | Modify malloc common function pointers.Christopher Ferris2019-02-071-103/+90
* | | Merge "Eliminate ICU's .dat lookup from bionic"Treehugger Robot2019-02-071-46/+5
|\ \ \ | |/ / |/| |
| * | Eliminate ICU's .dat lookup from bionicNikita Iashchenko2019-02-061-46/+5
* | | Merge "Pass caller names to __pthread_internal_find for better errors."Elliott Hughes2019-02-0411-21/+28
|\ \ \
| * | | Pass caller names to __pthread_internal_find for better errors.Elliott Hughes2019-02-0111-21/+28
| | |/ | |/|