KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
LinuxPlatformMemory.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
9#pragma once
10
12
13namespace Karma
14{
21
22 typedef FLinuxPlatformMemory FPlatformMemory;
23}
#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:90
Linux implementation of the memory OS functions.
Definition LinuxPlatformMemory.h:19