gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:free from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/malloc.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/malloc.h - 4.9KB - 145 lines
113:             _malloc((size), (type), (flags), __FILE__, __LINE__)
114: #define free(addr, type) \
115:             _free((addr), (type), __FILE__, __LINE__)
119: tkn_malloc((size), (flags)) 120: #define free(addr, type) \ 121: tkn_free((addr))