Search | Google it | Results 1 - 2 of 2 for fundef:Malloc (0.00 seconds) |
143: */ 144: #define Malloc(len) (void*)Imalloc(len) 145: #define Free(ptr) Ifree((void*)(ptr))
145: /* Get/Release memory*/ 146: #define Malloc(len) (void*)Imalloc(len) 147: #define Free(ptr) Ifree((void*)(ptr))