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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MyAlloc.h 42 #define alloc_check(final) MyCheck ((final), __FILE__, __LINE__)
81 MyCheck (
96 // Final := When FALSE, MyCheck() returns if the allocated memory chain
97 // has not been corrupted. When TRUE, MyCheck() returns if there
MyAlloc.c 41 MyCheck (
54 // Final := When FALSE, MyCheck() returns if the allocated memory chain
55 // has not been corrupted. When TRUE, MyCheck() returns if there
242 MyCheck (0, (UINT8 *)__FILE__, __LINE__);
502 MyCheck (0, (UINT8 *)__FILE__, __LINE__);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
MyAlloc.h 49 #define alloc_check(final) MyCheck ((final), __FILE__, __LINE__)
88 MyCheck (
102 // Final := When FALSE, MyCheck() returns if the allocated memory chain
103 // has not been corrupted. When TRUE, MyCheck() returns if there
MyAlloc.c 48 MyCheck (
61 // Final := When FALSE, MyCheck() returns if the allocated memory chain
62 // has not been corrupted. When TRUE, MyCheck() returns if there
227 MyCheck (0, __FILE__, __LINE__);
464 MyCheck (0, __FILE__, __LINE__);

Completed in 211 milliseconds