OpenCore  1.0.4
OpenCore Bootloader
1.0.4
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
UserMemory.h File Reference

Go to the source code of this file.

Functions

VOID ConfigureMemoryAllocations (IN CONST UINT8 *Data, IN UINTN Size, IN OUT UINT32 *ConfigSize)
 
VOID SetPoolAllocationSizeLimit (UINTN AllocationSize)
 

Variables

UINTN mPoolAllocations
 
UINTN mPageAllocations
 

Detailed Description

Copyright (c) 2022, vit9696. All rights reserved. SPDX-License-Identifier: BSD-3-Clause

Definition in file UserMemory.h.

Function Documentation

◆ ConfigureMemoryAllocations()

VOID ConfigureMemoryAllocations ( IN CONST UINT8 * Data,
IN UINTN Size,
IN OUT UINT32 * ConfigSize )

Definition at line 41 of file UserBaseMemoryLib.c.

◆ SetPoolAllocationSizeLimit()

VOID SetPoolAllocationSizeLimit ( UINTN AllocationSize)

Definition at line 66 of file UserBaseMemoryLib.c.

Variable Documentation

◆ mPageAllocations

UINTN mPageAllocations
extern

Definition at line 33 of file UserBaseMemoryLib.c.

◆ mPoolAllocations

UINTN mPoolAllocations
extern

Definition at line 32 of file UserBaseMemoryLib.c.