Skip to content

Commit 214a055

Browse files
Add Memory Allocation Functions
1 parent f6222d5 commit 214a055

File tree

4 files changed

+1710
-1
lines changed

4 files changed

+1710
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ Code Execution/Properties/AssemblyInfo.cs
1010
Memory Allocation/.vs/Memory Allocation/v17/.suo
1111
Memory Allocation/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
1212
Memory Allocation/Properties/AssemblyInfo.cs
13+
Memory Allocation/obj/Debug/Memory Allocation.csproj.FileListAbsolute.txt
14+
*.exe
15+
*.pdb

Memory Allocation/Memory Allocation.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
<PlatformTarget>AnyCPU</PlatformTarget>
1818
<DebugSymbols>true</DebugSymbols>
1919
<DebugType>full</DebugType>
20-
<Optimize>false</Optimize>
20+
<Optimize>true</Optimize>
2121
<OutputPath>bin\Debug\</OutputPath>
2222
<DefineConstants>DEBUG;TRACE</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
25+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2728
<PlatformTarget>AnyCPU</PlatformTarget>

0 commit comments

Comments
 (0)