pando_sys.h.rej 383 B

123456789101112
  1. diff a/framework/platform/include/pando_sys.h b/framework/platform/include/pando_sys.h (rejected hunks)
  2. @@ -45,8 +45,8 @@
  3. #include "string.h"
  4. #include "stdio.h"
  5. -#define pd_malloc malloc
  6. -#define pd_free free
  7. +#define pd_malloc mymalloc //malloc
  8. +#define pd_free myfree //free
  9. #define pd_memcpy memcpy
  10. #define pd_memcmp memcmp