Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:stale

5311 #define XFREE(stale) do { \
5312 if (stale) { free ((void *) stale); stale = 0; } \