From 7e2fca422ae0dc9b59234c8f7c3c559b687efaf6 Mon Sep 17 00:00:00 2001 From: romenskiy Date: Thu, 3 Jul 2025 12:53:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20#include=20=20=D0=B2=20=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D0=B4=D1=8B=20=D0=B5=D1=81=D0=BB=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B5=D1=82=20jemalloc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 2cfde09..8c9cd57 100644 --- a/main.c +++ b/main.c @@ -21,6 +21,7 @@ const char *je_malloc_conf = "narenas:2,lg_chunk:20,stats_print:false"; #define je_calloc(nmemb, size) calloc((nmemb), (size)) #define je_realloc(ptr, size) realloc((ptr), (size)) #define je_free(ptr) free((ptr)) +#include #endif unsigned narenas = 4;