Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:stale

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