|
@@ -734,7 +734,7 @@ namespace IDE.ui
|
|
AddPropertiesItem(category, "Incremental Build", "mIncrementalBuild");
|
|
AddPropertiesItem(category, "Incremental Build", "mIncrementalBuild");
|
|
AddPropertiesItem(category, "Intermediate Type", "mIntermediateType");
|
|
AddPropertiesItem(category, "Intermediate Type", "mIntermediateType");
|
|
var (allocCategory, allocPropEntry) = AddPropertiesItem(category, "Memory Allocator", "mAllocType",
|
|
var (allocCategory, allocPropEntry) = AddPropertiesItem(category, "Memory Allocator", "mAllocType",
|
|
- scope String[] ("CRT", "Debug", "Stomp (Paranoid)", "JEMalloc", "JEMalloc Debug", "TCMalloc", "TCMalloc Debug"));
|
|
|
|
|
|
+ scope String[] ("CRT", "Debug", "Stomp (Paranoid)", "JEMalloc", "JEMalloc Debug", "TCMalloc", "TCMalloc Debug", "Custom"));
|
|
var (mallocItem, mallocPropEntry) = AddPropertiesItem(allocCategory, "Malloc", "mAllocMalloc");
|
|
var (mallocItem, mallocPropEntry) = AddPropertiesItem(allocCategory, "Malloc", "mAllocMalloc");
|
|
var (freeItem, freePropEntry) = AddPropertiesItem(allocCategory, "Free", "mAllocFree");
|
|
var (freeItem, freePropEntry) = AddPropertiesItem(allocCategory, "Free", "mAllocFree");
|
|
allocPropEntry.mOnUpdate.Add(new () =>
|
|
allocPropEntry.mOnUpdate.Add(new () =>
|