Home
last modified time | relevance | path

Searched refs:newData (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_m/testsuites/unittest/posix/src/string/
Dmemory_func_test.c310 char *newData = (char *)realloc(source, 40); variable
311 ICUNIT_ASSERT_NOT_EQUAL(newData, NULL, 0);
312 if (newData != NULL) {
313 source = newData;
357 char *newData = (char *)realloc(source, 10); variable
358 ICUNIT_ASSERT_NOT_EQUAL(newData, NULL, 0);
360 if (newData != NULL) {
361 source = newData;