From c6178322b07b89f74c2c7a88c4d711bda9ff616e Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 9 Jul 2019 10:53:07 +0100 Subject: [PATCH] Minor --- 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 4ac6708..28bfafc 100644 --- a/src/mem/threadalloc.h +++ b/src/mem/threadalloc.h @@ -334,7 +334,7 @@ namespace snmalloc * so. If we have not allocated a per-thread allocator yet, then this * function will allocate one. */ - ALWAYSINLINE void* lazy_replacement(void* existing) + SNMALLOC_FAST_PATH void* lazy_replacement(void* existing) { if (existing != &GlobalPlaceHolder) {