MagicGeeker
Results
3
issues of
MagicGeeker
如题,目前windows平台只能使用visual studio才能编译吗?
I test tdm64-gcc-10.3.0-2.exe on Windows 7,gcc.exe is OK but gdb.exe cannot run because of missing api-ms-win-core-path-l1-1-0.dll.
in windows 10,create 10000 threads and each alloc 1000B,use too much memory. ```cpp #include "mimalloc.h" #include #include #include using namespace std; #if 0 #define my_malloc malloc #define my_free free #define...