From 0a081cacd649e138cb83edb56f773c7ecf6b6e2d Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 22 Mar 2020 07:25:27 +0000 Subject: [PATCH] Readme update (#153) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 163c2ce..2b126c9 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ You will also need to compile the relevant parts of snmalloc itself. Create a ne #define NO_BOOTSTRAP_ALLOCATOR #include "snmalloc/src/override/malloc.cc" +#include "snmalloc/src/override/new.cc" ``` # Porting snmalloc to a new platform