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