MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Ansi::FAllocator Class Reference

Allocator that allocates memory using standard library functions. More...

#include <Allocator.h>

Data Structures

class  ForAnyElementType
 
class  ForElementType
 

Public Types

enum  { NeedsElementType = false }
 
enum  { RequireRangeCheck = true }
 
using SizeType = int32
 
typedef FAllocator ElementAllocator
 
typedef FAllocator BitArrayAllocator
 

Detailed Description

Allocator that allocates memory using standard library functions.

This is a copy of FAnsiAllocator in Runtime/Core/Private/HAL/Allocators/AnsiAllocator.h but since it's private, we have the MCRO version of it here.

Definition at line 35 of file Allocator.h.

Member Typedef Documentation

◆ BitArrayAllocator

◆ ElementAllocator

◆ SizeType

Definition at line 38 of file Allocator.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
NeedsElementType false 

Definition at line 40 of file Allocator.h.

◆ anonymous enum

anonymous enum
Enumerator
RequireRangeCheck true 

Definition at line 41 of file Allocator.h.


The documentation for this class was generated from the following file: