diff --git a/src/pal/pal_bsd_aligned.h b/src/pal/pal_bsd_aligned.h index 94f0585..61abcfb 100644 --- a/src/pal/pal_bsd_aligned.h +++ b/src/pal/pal_bsd_aligned.h @@ -45,7 +45,7 @@ namespace snmalloc 0); if (p == MAP_FAILED) - error("Out of memory"); + PALBSD::error("Out of memory"); return p; }