Format: AllC/C++CSSTextshell script Advanced Search
114: #define free(addr, type) \ 115: _free((addr), (type), __FILE__, __LINE__) 116: #else