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:
parent
babfc2395e
commit
60403e6b51
3 changed files with 5 additions and 5 deletions
|
@ -214,9 +214,9 @@ namespace IDE
|
|||
|
||||
public enum AllocType
|
||||
{
|
||||
CRT,
|
||||
Debug,
|
||||
Stomp,
|
||||
CRT,
|
||||
JEMalloc,
|
||||
JEMalloc_Debug,
|
||||
TCMalloc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue