]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompressLibInternal.h
MdeModulePkg BrotliLib: Rename function with the specific lib name
[mirror_edk2.git] / MdeModulePkg / Library / BrotliCustomDecompressLib / BrotliDecompressLibInternal.h
index c2d84a80af7d27410bc6353ad97859d8fd41d71e..0aca7636aa8933ebb49799c3d49c4c15d69da31a 100644 (file)
@@ -3,7 +3,7 @@
 \r
   Allows BROTLI code to build under UEFI (edk2) build environment\r
 \r
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -41,12 +41,12 @@ typedef struct
 #define memset(dest,ch,count)       SetMem(dest,(UINTN)(count),(UINT8)(ch))\r
 \r
 VOID *\r
-malloc (\r
+BrDummyMalloc (\r
   IN size_t   Size\r
   );\r
 \r
 VOID\r
-free (\r
+BrDummyFree (\r
   IN VOID *   Ptr\r
   );\r
 \r