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
9extern UINTN mPoolAllocations;
10extern UINTN mPageAllocations;
11
12VOID
14 IN CONST UINT8 *Data,
15 IN UINTN Size,
16 IN OUT UINT32 *ConfigSize
17 );
18
19VOID
21 UINTN AllocationSize
22 );
23
24#endif // USER_MEMORY_H
DMG_SIZE_DEVICE_PATH Size
VOID SetPoolAllocationSizeLimit(UINTN AllocationSize)
UINTN mPageAllocations
UINTN mPoolAllocations
VOID ConfigureMemoryAllocations(IN CONST UINT8 *Data, IN UINTN Size, IN OUT UINT32 *ConfigSize)