Searched refs:rte_malloc_validate (Results 1 – 4 of 4) sorted by relevance
/dpdk/app/test/ |
H A D | test_malloc.c | 555 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 D | rte_malloc.h | 294 rte_malloc_validate(const void *ptr, size_t *size);
|
/dpdk/lib/eal/ |
H A D | version.map | 182 rte_malloc_validate;
|
/dpdk/lib/eal/common/ |
H A D | rte_malloc.c | 222 rte_malloc_validate(const void *ptr, size_t *size) in rte_malloc_validate() function
|