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

6 lines
89 B
C++

#include "config.h"
#ifdef USE_SYSTEM_MIMALLOC
# include <mimalloc-new-delete.h>
#endif