mimalloc on mac (untested)

This commit is contained in:
Marc Henderkes
2025-03-20 07:41:13 +01:00
parent 0ce2c894e9
commit 3477857584
4 changed files with 21 additions and 4 deletions

View File

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