HomeSort by relevance Sort by last modified time
    Searched defs:MyFree (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MyAlloc.c 301 // This does a MyAlloc(), memcpy() and MyFree(). There is no optimization
402 MyFree (Ptr, (UINT8 *)__FILE__, __LINE__);
412 MyFree (
421 // MyFree() to fail with an exit(1) call.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
MyAlloc.c 286 // This does a MyAlloc(), memcpy() and MyFree(). There is no optimization
375 MyFree (Ptr, __FILE__, __LINE__);
385 MyFree (
394 // MyFree() to fail with an exit(1) call.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Alloc.c 38 void MyFree(void *address)
131 static void SzFree(void *p, void *address) { UNUSED_VAR(p); MyFree(address); }
  /external/lzma/C/
Alloc.c 38 void MyFree(void *address)
131 static void SzFree(void *p, void *address) { UNUSED_VAR(p); MyFree(address); }

Completed in 674 milliseconds