Lines Matching refs:FullLog
196 bool FullLog; member in CMemTest
204 FullLog=isVerbose; in CMemTest()
519 if (FullLog) REPORT("\nUnique pointer using Address arithmetic\n"); in AddrArifm()
520 if (FullLog) REPORT("malloc...."); in AddrArifm()
536 if (FullLog) REPORT("realloc...."); in AddrArifm()
562 if (FullLog) REPORT("calloc...."); in AddrArifm()
588 if (FullLog) REPORT("\nzeroings elements of array...."); in Zerofilling()
607 else if (FullLog) REPORT("%s\n",strOk); in Zerofilling()
642 if (FullLog) REPORT("\nNULL return & check errno:\n"); in NULLReturn()
688 if (FullLog) REPORT("\n"); in NULLReturn()
692 if (FullLog) REPORT("malloc...."); in NULLReturn()
724 if (FullLog) REPORT("end malloc\n"); in NULLReturn()
726 else if (FullLog) REPORT("%s\n",strOk); in NULLReturn()
730 if (FullLog) REPORT("calloc...."); in NULLReturn()
761 if (FullLog) REPORT("end calloc\n"); in NULLReturn()
763 else if (FullLog) REPORT("%s\n",strOk); in NULLReturn()
765 if (FullLog) REPORT("realloc...."); in NULLReturn()
801 if (FullLog) REPORT("realloc end\n"); in NULLReturn()
803 else if (FullLog) REPORT("%s\n",strOk); in NULLReturn()
822 if (FullLog) REPORT("\nUnique pointer using 0\n"); in UniquePointer()
835 if (FullLog) REPORT("malloc...."); in UniquePointer()
846 else if (FullLog) REPORT("%s\n",strOk); in UniquePointer()
858 if (FullLog) REPORT("calloc...."); in UniquePointer()
869 else if (FullLog) REPORT("%s\n",strOk); in UniquePointer()
882 if (FullLog) REPORT("realloc...."); in UniquePointer()
890 else if (FullLog) REPORT("%s\n",strOk); in UniquePointer()
900 if (FullLog) in ShouldReportError()
913 if (FullLog) REPORT("\ncall free with parameter nullptr...."); in Free_NULL()
925 else if (FullLog) REPORT("%s\n",strOk); in Free_NULL()
1016 if (FullLog) REPORT("Tests for %d threads ended\n", total_threads); in RunAllTests()