Common: Clean up ScopedAlloc

This commit is contained in:
TellowKrinkle
2021-12-09 05:26:26 -06:00
committed by tellowkrinkle
parent a4b8c33cf3
commit 8b086a3898
8 changed files with 53 additions and 146 deletions
+1 -1
View File
@@ -18,8 +18,8 @@
#if !defined(_WIN32)
#include "common/AlignedMalloc.h"
#include "common/Assertions.h"
#include "common/ScopedAlloc.h"
void* __fastcall _aligned_malloc(size_t size, size_t align)
{