ThreadPool now working with no memory leaks
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||||
<Type Name="Seele::Array<*>">
|
||||
<DisplayString>{{ size={arraySize} }}</DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[size]" ExcludeView="simple">arraySize</Item>
|
||||
<Item Name="[allocated]" ExcludeView="simple">allocated</Item>
|
||||
<ArrayItems>
|
||||
<Size>arraySize</Size>
|
||||
<ValuePointer>_data</ValuePointer>
|
||||
</ArrayItems>
|
||||
</Type>
|
||||
</AutoVisualizer>
|
||||
@@ -1,6 +1,5 @@
|
||||
target_sources(SeeleEngine
|
||||
PRIVATE
|
||||
Array.natvis
|
||||
Array.h
|
||||
Map.h
|
||||
List.h)
|
||||
Reference in New Issue
Block a user