reilabs / starknet-replay

CLI tool to replay Starknet transactions and profile libfuncs usage.
0 stars 0 forks source link

Set global `jemallocator` only on Linux. #34

Closed Eagle941 closed 1 week ago

Eagle941 commented 1 month ago

This closes issue #21 .

Switching from dependency jemallocator to jemallocator-global ensures that the custom memory allocator is used only on supported platforms as described here.