mimalloc WIP

This commit is contained in:
Marc Henderkes
2025-03-20 04:36:46 +01:00
parent 0bc143cac3
commit 6447fec028
5 changed files with 81 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class mimalloc extends LinuxLibraryBase
{
use \SPC\builder\unix\library\mimalloc;
public const NAME = 'mimalloc';
}