Lines Matching full:overflow
59 …printf("[LmsMallocTest] read overflow & underflow error should be triggered, read range[-1, TEST_S… in LmsMallocTest()
61 printf("[LmsMallocTest] write overflow error should be triggered, write range[0, TEST_SIZE]\n"); in LmsMallocTest()
74 …printf("[LmsReallocTest] read overflow & underflow error should be triggered, read range[-1, TEST_… in LmsReallocTest()
82 …printf("[LmsReallocTest] read overflow & underflow error should be triggered, read range[-1, TEST_… in LmsReallocTest()
96 …printf("[LmsCallocTest] read overflow & underflow error should be triggered, read range[-1, TEST_S… in LmsCallocTest()
110 …printf("[LmsVallocTest] read overflow & underflow error should be triggered, read range[-1, TEST_S… in LmsVallocTest()
125 …printf("[LmsAlignedAllocTest] read overflow & underflow error should be triggered, read range[-1,1… in LmsAlignedAllocTest()
139 …printf("[LmsMemsetTest] memset overflow & underflow error should be triggered, memset size:%d\n", … in LmsMemsetTest()
154 …printf("[LmsMemcpyTest] memcpy overflow error should be triggered, memcpy size:%d\n", TEST_SIZE + … in LmsMemcpyTest()
168 printf("[LmsMemmoveTest] memmove overflow error should be triggered\n"); in LmsMemmoveTest()
183 printf("[LmsStrcpyTest] strcpy overflow error should be triggered, src string buf size:%d\n", in LmsStrcpyTest()
202 printf("[LmsStrcatTest] strcat overflow error should be triggered, src string:%s dest string:%s" in LmsStrcatTest()