完成replace逻辑的编写,适配新的http解析层接口。
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#endif
|
||||
|
||||
#define ALLOC(type, number) ((type *)calloc(sizeof(type), number))
|
||||
#define FREE(p) {free(*p);*p=NULL}
|
||||
|
||||
#define TFE_STRUCT_ALLOC(struct_type) __extension__ \
|
||||
({ \
|
||||
|
||||
Reference in New Issue
Block a user