about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2017-10-20 17:27:53 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2017-10-20 17:31:06 +0100
commita15d53e2de4c7d83bda251469d92a3c7b49a90db (patch)
tree6ed955b98d9166a0c9d85c30d1898a4d9238a3e9 /ChangeLog
parentb9a558e790c7f13f04f3fcf229f12543b8119732 (diff)
downloadglibc-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--ChangeLog4
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]