From 8a8a2f6549ee6e518e6fc8bbfb6d981c8fd41ba0 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Mon, 16 Mar 2020 10:53:40 +0000 Subject: [PATCH] Fixup for thread alloc. --- src/mem/threadalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mem/threadalloc.h b/src/mem/threadalloc.h index 68a67eb32..416c6a3e9 100644 --- a/src/mem/threadalloc.h +++ b/src/mem/threadalloc.h @@ -80,7 +80,7 @@ namespace snmalloc */ class ThreadAllocCommon { - friend void* lazy_replacement_slow(); + friend void* init_thread_allocator(); protected: static inline void inner_release()