OpenCorePkg/User/Include/UserMemory.h
2023-06-18 16:02:00 +02:00

25 lines
436 B
C

/** @file
Copyright (c) 2022, vit9696. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
**/
#ifndef USER_MEMORY_H
#define USER_MEMORY_H
extern UINTN mPoolAllocations;
extern UINTN mPageAllocations;
VOID
ConfigureMemoryAllocations (
IN CONST UINT8 *Data,
IN UINTN Size,
IN OUT UINT32 *ConfigSize
);
VOID
SetPoolAllocationSizeLimit (
UINTN AllocationSize
);
#endif // USER_MEMORY_H