Добавлена серелизация. исправлены малые ошибки.

This commit is contained in:
romenskiy 2025-07-03 09:33:43 +03:00
parent 228f0baef3
commit 36c2faf176
8 changed files with 366 additions and 20 deletions

9
tmp Normal file
View file

@ -0,0 +1,9 @@
git clone https://github.com/jemalloc/jemalloc.git
cd jemalloc
./autogen.sh
mkdir build
cd build
../configure --prefix=$PWD/local
make -j$(nproc)