Format: AllC/C++CSSTextshell script Advanced Search
104: #ifdef _KERNEL 105: #define MALLOC(space, cast, size, type, flags) \ 106: (space) = (cast)malloc((u_long)(size), (type), (flags))