TianoCore EDK2 master
|
#include <BrotliDecUefiSupport.h>
Go to the source code of this file.
Functions | |
VOID * | BrDummyMalloc (IN size_t Size) |
VOID | BrDummyFree (IN VOID *Ptr) |
Implements for functions declared in BrotliDecUefiSupport.h
Copyright (c) 2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file BrotliDecUefiSupport.c.
VOID BrDummyFree | ( | IN VOID * | Ptr | ) |
Dummy free function for compiler.
Definition at line 26 of file BrotliDecUefiSupport.c.
VOID * BrDummyMalloc | ( | IN size_t | Size | ) |
Dummy malloc function for compiler.
Definition at line 14 of file BrotliDecUefiSupport.c.