gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:MALLOC (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/malloc.h - 4.9KB - 145 lines
104: #ifdef _KERNEL
105: #define MALLOC(space, cast, size, type, flags) \
106:         (space) = (cast)malloc((u_long)(size), (type), (flags))