1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 17:28:00 +02:00

Reorder allocator list

This commit is contained in:
Brian Fiete 2022-06-03 06:33:12 -07:00
parent babfc2395e
commit 60403e6b51
3 changed files with 5 additions and 5 deletions

View file

@ -214,9 +214,9 @@ namespace IDE
public enum AllocType
{
CRT,
Debug,
Stomp,
CRT,
JEMalloc,
JEMalloc_Debug,
TCMalloc,