KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma
src
Platform
Mac
Core
MacPlatformMemory.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
9
10
#pragma once
11
12
#include "
Core/TrueCore/GenericPlatformMemory.h
"
13
14
namespace
Karma
15
{
19
struct
KARMA_API
FMacPlatformMemory
:
public
FGenericPlatformMemory
20
{
21
};
22
23
typedef
FMacPlatformMemory
FPlatformMemory;
24
}
KARMA_API
#define KARMA_API
Defining Karma's API macro for storage class information.
Definition
Core.h:41
GenericPlatformMemory.h
This file contains the FGenericPlatformMemory for general purpose memory operations.
Karma::FGenericPlatformMemory
Base class for Platform based memory operations.
Definition
GenericPlatformMemory.h:90
Karma::FMacPlatformMemory
MacOS implementation of the memory OS functions.
Definition
MacPlatformMemory.h:20
Generated by
1.15.0