Home
last modified time | relevance | path

Searched refs:TEST_BUF_LEN (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/testsuites/unittest/fuzz/src/stdlib/
H A Drealloc_fuzz.c40 #define TEST_BUF_LEN 256 macro
54 source = (char *)malloc(TEST_BUF_LEN); in ReallocFuzzTest()
60 (void)memset_s(source, TEST_BUF_LEN, 0, TEST_BUF_LEN); in ReallocFuzzTest()
69 c = *(int *)DT_SetGetS32(&g_element[0], TEST_BUF_LEN); in ReallocFuzzTest()
71 c = TEST_BUF_LEN; in ReallocFuzzTest()

Completed in 1 milliseconds