Searched defs:MyFree (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A DMyAlloc.c301 // This does a MyAlloc(), memcpy() and MyFree(). There is no optimization
402 MyFree (Ptr, (UINT8 *)__FILE__, __LINE__);
412 MyFree ( function
421 // MyFree() to fail with an exit(1) call.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
H A DMyAlloc.c286 // This does a MyAlloc(), memcpy() and MyFree(). There is no optimization
375 MyFree (Ptr, __FILE__, __LINE__);
385 MyFree ( function
394 // MyFree() to fail with an exit(1) call.
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DAlloc.c38 void MyFree(void *address) function
131 static void SzFree(void *p, void *address) { UNUSED_VAR(p); MyFree(address); }

Completed in 67 milliseconds