Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c388 const char hello_str[] = "Hello, world!"; in test_realloc_socket() local
401 strlcpy(ptr1, hello_str, size1); in test_realloc_socket()
412 if (strcmp(ptr2, hello_str) != 0){ in test_realloc_socket()
418 for (i = strnlen(hello_str, sizeof(hello_str)); i < size1; i++) in test_realloc_socket()