1
1
mirror of https://github.com/rui314/mold.git synced 2024-08-17 08:50:56 +03:00
mold/common/malloc.cc

6 lines
89 B
C++
Raw Normal View History

2024-04-13 05:29:47 +03:00
#include "config.h"
#ifdef USE_SYSTEM_MIMALLOC
# include <mimalloc-new-delete.h>
#endif