diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2017-10-20 17:27:53 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2017-10-20 17:31:06 +0100 |
commit | a15d53e2de4c7d83bda251469d92a3c7b49a90db (patch) | |
tree | 6ed955b98d9166a0c9d85c30d1898a4d9238a3e9 /ChangeLog | |
parent | b9a558e790c7f13f04f3fcf229f12543b8119732 (diff) | |
download | glibc-a15d53e2de4c7d83bda251469d92a3c7b49a90db.tar.gz glibc-a15d53e2de4c7d83bda251469d92a3c7b49a90db.tar.xz glibc-a15d53e2de4c7d83bda251469d92a3c7b49a90db.zip |
Add single-threaded path to _int_free
This patch adds single-threaded fast paths to _int_free. Bypass the explicit locking for larger allocations. * malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 148ec301c8..0eb9bae7d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-10-20 Wilco Dijkstra <wdijkstr@arm.com> + + * malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths. + 2017-10-20 Will Hawkins <hawkinsw@borlaugic.com> * resolv/Makefile [$(build-shared)$(have-thread-library) == yesyes] |