Searched defs:SECUREC_FREE (Results 1 – 2 of 2) sorted by relevance
138 #define SECUREC_FREE(x) free((void *)(x)) macro143 #define SECUREC_FREE(x) { printf("Malloc is not allowed, so free should not be possible to execute!… macro
129 #define SECUREC_FREE(x) free((void *)(x)) macro