Commit or version
fd93c41
Environment
tested on Alpine Linux 3.23.2 in a container with 30 threads on a dual Xeon E5-2680 v2 server. 200 GB RAM
Reproduction steps
Expected behavior
The program compiles successfully
Actual behavior and logs
🐦 colibrì — setup
gcc: 15.2.0 · 30 core
OpenMP: ok
building (ARCH=native)…
colibri.c: In function 'rss_guard':
colibri.c:8374:5: error: implicit declaration of function 'malloc_trim' [-Wimplicit-function-declaration]
8374 | malloc_trim(1024);
| ^~~~~~~~~~~
make: *** [Makefile:727: colibri] Error 1
Commit or version
fd93c41
Environment
tested on Alpine Linux 3.23.2 in a container with 30 threads on a dual Xeon E5-2680 v2 server. 200 GB RAM
Reproduction steps
cd colibri/c ./setup.shExpected behavior
The program compiles successfully
Actual behavior and logs