Searched refs:bad_ptr (Results 1 – 1 of 1) sorted by relevance
828 if (bad_ptr != NULL) in test_malloc_bad_params()832 bad_ptr = rte_realloc(NULL, size, align); in test_malloc_bad_params()833 if (bad_ptr != NULL) in test_malloc_bad_params()840 bad_ptr = rte_malloc(type, size, align); in test_malloc_bad_params()841 if (bad_ptr != NULL) in test_malloc_bad_params()846 if (bad_ptr != NULL) in test_malloc_bad_params()856 bad_ptr = rte_malloc(type, size, align); in test_malloc_bad_params()857 if (bad_ptr != NULL) in test_malloc_bad_params()861 if (bad_ptr != NULL) in test_malloc_bad_params()868 if (bad_ptr) in test_malloc_bad_params()[all …]