OpenCore
1.0.4
OpenCore Bootloader
|
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
Go to the source code of this file.
Macros | |
#define | memset(Dst, Val, Size) |
#define | memcpy(dst, src, len) |
#define | memmove(dst, src, len) |
#define | malloc(Size) |
#define | free(Ptr) |
Copyright (C) 2021, vit9696. All rights reserved.
All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file mp3compat.h.
#define free | ( | Ptr | ) |
Definition at line 47 of file mp3compat.h.
#define malloc | ( | Size | ) |
Definition at line 46 of file mp3compat.h.
#define memcpy | ( | dst, | |
src, | |||
len ) |
Definition at line 43 of file mp3compat.h.
#define memmove | ( | dst, | |
src, | |||
len ) |
Definition at line 44 of file mp3compat.h.
#define memset | ( | Dst, | |
Val, | |||
Size ) |
Definition at line 42 of file mp3compat.h.