TianoCore EDK2
master
Loading...
Searching...
No Matches
BrotliDecUefiSupport.c
Go to the documentation of this file.
1
8
#include <
BrotliDecUefiSupport.h
>
9
13
VOID *
14
BrDummyMalloc
(
15
IN
size_t
Size
16
)
17
{
18
ASSERT (
FALSE
);
19
return
NULL
;
20
}
21
25
VOID
26
BrDummyFree
(
27
IN
VOID *Ptr
28
)
29
{
30
ASSERT (
FALSE
);
31
}
BrDummyFree
VOID BrDummyFree(IN VOID *Ptr)
Definition:
BrotliDecUefiSupport.c:26
BrDummyMalloc
VOID * BrDummyMalloc(IN size_t Size)
Definition:
BrotliDecUefiSupport.c:14
BrotliDecUefiSupport.h
NULL
#define NULL
Definition:
Base.h:319
FALSE
#define FALSE
Definition:
Base.h:307
IN
#define IN
Definition:
Base.h:279
MdeModulePkg
Library
BrotliCustomDecompressLib
BrotliDecUefiSupport.c
Generated on Fri Nov 15 2024 18:01:11 for TianoCore EDK2 by
1.9.6