KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma
src
Platform
Linux
Core
LinuxPlatformMemory.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
9
#pragma once
10
11
#include "krpch.h"
12
13
#include "
Core/TrueCore/GenericPlatformMemory.h
"
14
15
namespace
Karma
16
{
20
struct
KARMA_API
FLinuxPlatformMemory
:
public
FGenericPlatformMemory
21
{
22
};
23
24
typedef
FLinuxPlatformMemory
FPlatformMemory;
25
}
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:92
Karma::FLinuxPlatformMemory
Linux implementation of the memory OS functions.
Definition
LinuxPlatformMemory.h:21
Generated by
1.13.2