We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca848d commit 96bcc08Copy full SHA for 96bcc08
Primitives/interface/MemoryAllocator.h
@@ -63,7 +63,7 @@ struct IMemoryAllocatorMethods
63
{
64
void* (*Allocate) (struct IMemoryAllocator*, size_t Size, const Char* dbgDescription, const char* dbgFileName, const Int32 dbgLineNumber);
65
void (*Free) (struct IMemoryAllocator*, void* Ptr);
66
- void* (*AllocateAligned)(struct IMemoryAllocator*, size_t Size, size_t Alignment, const Char* dbgDescription, const char* dbgFileName, const Int32 dbgLineNumber)
+ void* (*AllocateAligned)(struct IMemoryAllocator*, size_t Size, size_t Alignment, const Char* dbgDescription, const char* dbgFileName, const Int32 dbgLineNumber);
67
void (*FreeAligned) (struct IMemoryAllocator*, void* Ptr);
68
};
69
0 commit comments