gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:FREE (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/malloc.h - 4.9KB - 145 lines
106:         (space) = (cast)malloc((u_long)(size), (type), (flags))
107: #define FREE(addr, type) free((void *)(addr), (type))
108: 
bsd_source/t2ex/network/net/src_bsdlib/libc/isc/eventlib_p.h - 8.8KB - 287 lines
66:                                 FILL(p)
67: #define FREE(p)         memput((p), sizeof *(p))
68: