Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c555 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()
568 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()
708 if (rte_malloc_validate(entry, &allocated_size) == -1 in test_random_alloc_free()
714 if (rte_malloc_validate(entry, NULL) == -1) in test_random_alloc_free()
754 if (rte_malloc_validate(NULL, NULL) != -1) in test_rte_malloc_validate()
758 if (rte_malloc_validate(data_ptr, &allocated_size) < 0) in test_rte_malloc_validate()
774 retval = rte_malloc_validate(data_ptr, NULL); in test_rte_malloc_validate()
782 if (rte_malloc_validate(data_ptr, &allocated_size) < 0) in test_rte_malloc_validate()
791 retval = rte_malloc_validate(data_ptr, NULL); in test_rte_malloc_validate()
798 if (rte_malloc_validate(data_ptr, &allocated_size) < 0) in test_rte_malloc_validate()
/dpdk/lib/eal/include/
H A Drte_malloc.h294 rte_malloc_validate(const void *ptr, size_t *size);
/dpdk/lib/eal/
H A Dversion.map182 rte_malloc_validate;
/dpdk/lib/eal/common/
H A Drte_malloc.c222 rte_malloc_validate(const void *ptr, size_t *size) in rte_malloc_validate() function