From a15d53e2de4c7d83bda251469d92a3c7b49a90db Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Fri, 20 Oct 2017 17:27:53 +0100 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 148ec301c8..0eb9bae7d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-10-20 Wilco Dijkstra + + * malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths. + 2017-10-20 Will Hawkins * resolv/Makefile [$(build-shared)$(have-thread-library) == yesyes] -- cgit v1.2.3