gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_free (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/malloc.h - 4.9KB - 145 lines
114: #define free(addr, type) \
115:             _free((addr), (type), __FILE__, __LINE__)
116: #else