OpenCore
1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
UserMemory.h
Go to the documentation of this file.
1
6
#ifndef USER_MEMORY_H
7
#define USER_MEMORY_H
8
9
extern
UINTN
mPoolAllocations
;
10
extern
UINTN
mPageAllocations
;
11
12
VOID
13
ConfigureMemoryAllocations
(
14
IN CONST UINT8 *Data,
15
IN UINTN
Size
,
16
IN OUT UINT32 *ConfigSize
17
);
18
19
VOID
20
SetPoolAllocationSizeLimit
(
21
UINTN AllocationSize
22
);
23
24
#endif
// USER_MEMORY_H
Size
DMG_SIZE_DEVICE_PATH Size
Definition
OcAppleDiskImageBlockIo.c:51
SetPoolAllocationSizeLimit
VOID SetPoolAllocationSizeLimit(UINTN AllocationSize)
Definition
UserBaseMemoryLib.c:66
mPageAllocations
UINTN mPageAllocations
Definition
UserBaseMemoryLib.c:33
mPoolAllocations
UINTN mPoolAllocations
Definition
UserBaseMemoryLib.c:32
ConfigureMemoryAllocations
VOID ConfigureMemoryAllocations(IN CONST UINT8 *Data, IN UINTN Size, IN OUT UINT32 *ConfigSize)
Definition
UserBaseMemoryLib.c:41
User
Include
UserMemory.h
Generated by
1.12.0