Lines Matching refs:printf

85 			printf("rte_zmalloc returned NULL (i=%u)\n", i);  in test_align_overlap_per_lcore()
91 printf("rte_zmalloc didn't zero the allocated memory\n"); in test_align_overlap_per_lcore()
97 printf("rte_malloc returned NULL (i=%u)\n", i); in test_align_overlap_per_lcore()
104 printf("rte_malloc returned NULL (i=%u)\n", i); in test_align_overlap_per_lcore()
111 printf("p1 and p2 overlaps\n"); in test_align_overlap_per_lcore()
115 printf("p2 and p3 overlaps\n"); in test_align_overlap_per_lcore()
119 printf("p1 and p3 overlaps\n"); in test_align_overlap_per_lcore()
123 printf("p1 is not aligned\n"); in test_align_overlap_per_lcore()
127 printf("p2 is not aligned\n"); in test_align_overlap_per_lcore()
131 printf("p3 is not aligned\n"); in test_align_overlap_per_lcore()
156 printf("rte_zmalloc returned NULL (i=%u)\n", i); in test_reordered_free_per_lcore()
162 printf("rte_zmalloc didn't zero the allocated memory\n"); in test_reordered_free_per_lcore()
171 printf("rte_malloc returned NULL (i=%u)\n", i); in test_reordered_free_per_lcore()
176 printf("p1 and p2 overlaps\n"); in test_reordered_free_per_lcore()
180 printf("p2 and p3 overlaps\n"); in test_reordered_free_per_lcore()
184 printf("p1 and p3 overlaps\n"); in test_reordered_free_per_lcore()
188 printf("p1 is not aligned\n"); in test_reordered_free_per_lcore()
192 printf("p2 is not aligned\n"); in test_reordered_free_per_lcore()
196 printf("p3 is not aligned\n"); in test_reordered_free_per_lcore()
310 printf("Malloc statistics are incorrect - freed alloc\n"); in test_multi_alloc_statistics()
335 printf("Incorrect heap statistics: Total size \n"); in test_multi_alloc_statistics()
341 printf("Incorrect heap statistics: Allocated size \n"); in test_multi_alloc_statistics()
346 printf("Incorrect heap statistics: Allocated count \n"); in test_multi_alloc_statistics()
351 printf("Incorrect heap statistics: Free count \n"); in test_multi_alloc_statistics()
357 printf("Incorrect heap statistics: Greatest free size \n"); in test_multi_alloc_statistics()
362 printf("Incorrect heap statistics: Free size \n"); in test_multi_alloc_statistics()
371 printf("Malloc statistics are incorrect - freed alloc\n"); in test_multi_alloc_statistics()
398 printf("NULL pointer returned from rte_zmalloc\n"); in test_realloc_socket()
406 printf("NULL pointer returned from rte_realloc\n"); in test_realloc_socket()
410 printf("unexpected - ptr1 == ptr2\n"); in test_realloc_socket()
413 printf("Error - lost data from pointed area\n"); in test_realloc_socket()
420 printf("Bad data in realloc\n"); in test_realloc_socket()
430 printf("NULL pointer returned from rte_zmalloc\n"); in test_realloc_socket()
436 printf("Bad data in zmalloc\n"); in test_realloc_socket()
446 printf("NULL pointer returned from rte_realloc\n"); in test_realloc_socket()
451 printf("Unexpected - ptr4 != ptr3\n"); in test_realloc_socket()
459 printf("Unexpected - ptr4 != ptr3 on second resize\n"); in test_realloc_socket()
471 printf("NULL pointer returned from rte_malloc\n"); in test_realloc_socket()
477 printf("NULL pointer returned from rte_realloc\n"); in test_realloc_socket()
482 printf("Error, resizing to a smaller size moved data\n"); in test_realloc_socket()
494 printf("NULL pointer returned from rte_malloc\n"); in test_realloc_socket()
502 printf("NULL pointer returned from rte_realloc\n"); in test_realloc_socket()
507 printf("Failure to re-align data\n"); in test_realloc_socket()
521 printf("NULL pointer returned from rte_malloc\n"); in test_realloc_socket()
527 printf("NULL pointer returned from rte_malloc\n"); in test_realloc_socket()
534 printf("NULL pointer returned from rte_realloc\n"); in test_realloc_socket()
539 printf("Error, unexpected that realloc has not created new buffer\n"); in test_realloc_socket()
552 printf("NULL pointer returned from rte_realloc\n"); in test_realloc_socket()
565 printf("NULL pointer returned from rte_realloc\n"); in test_realloc_socket()
599 printf("NULL pointer returned from rte_realloc_socket\n"); in test_realloc_numa()
606 printf("Requested socket (%d) doesn't mach allocated one (%d)\n", in test_realloc_numa()
617 printf("WARNING: realloc_socket test needs memory on multiple sockets!\n"); in test_realloc_numa()
644 printf("Failed to create external heap\n"); in test_realloc()
653 printf("Failed to allocate memory for external heap\n"); in test_realloc()
660 printf("Failed to add memory to external heap\n"); in test_realloc()
730 printf("Lcore %u allocated/freed %u blocks\n", rte_lcore_id(), count); in test_random_alloc_free()
735 printf("%s: %d - Error\n", __func__, __LINE__); \
751 printf("%s: %d - Allocation error\n", __func__, __LINE__); in test_rte_malloc_validate()
970 printf("Fail: rte_malloc_socket(..., %u) did not succeed\n", in test_alloc_socket()
977 printf("Fail: rte_malloc_socket(..., %u) succeeded\n", in test_alloc_socket()
986 printf("WARNING: alloc_socket test needs memory on multiple sockets!\n"); in test_alloc_socket()
999 printf("test_str_to_size() failed\n"); in test_malloc()
1002 else printf("test_str_to_size() passed\n"); in test_malloc()
1005 printf("test_zero_aligned_alloc() failed\n"); in test_malloc()
1008 else printf("test_zero_aligned_alloc() passed\n"); in test_malloc()
1011 printf("test_malloc_bad_params() failed\n"); in test_malloc()
1014 else printf("test_malloc_bad_params() passed\n"); in test_malloc()
1017 printf("test_realloc() failed\n"); in test_malloc()
1020 else printf("test_realloc() passed\n"); in test_malloc()
1032 printf("test_align_overlap_per_lcore() failed\n"); in test_malloc()
1035 else printf("test_align_overlap_per_lcore() passed\n"); in test_malloc()
1047 printf("test_reordered_free_per_lcore() failed\n"); in test_malloc()
1050 else printf("test_reordered_free_per_lcore() passed\n"); in test_malloc()
1062 printf("test_random_alloc_free() failed\n"); in test_malloc()
1065 else printf("test_random_alloc_free() passed\n"); in test_malloc()
1070 printf("test_rte_malloc_validate() failed\n"); in test_malloc()
1073 else printf("test_rte_malloc_validate() passed\n"); in test_malloc()
1077 printf("test_alloc_socket() failed\n"); in test_malloc()
1080 else printf("test_alloc_socket() passed\n"); in test_malloc()
1084 printf("test_multi_alloc_statistics() failed\n"); in test_malloc()
1088 printf("test_multi_alloc_statistics() passed\n"); in test_malloc()