Search | Google it | Results 1 - 2 of 2 for fundef:FREE (0.01 seconds) |
106: (space) = (cast)malloc((u_long)(size), (type), (flags)) 107: #define FREE(addr, type) free((void *)(addr), (type)) 108:
66: FILL(p) 67: #define FREE(p) memput((p), sizeof *(p)) 68: