Searched refs:rte_malloc_validate (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_malloc.c | 546 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket() 559 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket() 699 if (rte_malloc_validate(entry, &allocated_size) == -1 in test_random_alloc_free() 705 if (rte_malloc_validate(entry, NULL) == -1) in test_random_alloc_free() 745 if (rte_malloc_validate(NULL, NULL) != -1) in test_rte_malloc_validate() 749 if (rte_malloc_validate(data_ptr, &allocated_size) < 0) in test_rte_malloc_validate() 765 retval = rte_malloc_validate(data_ptr, NULL); in test_rte_malloc_validate() 773 if (rte_malloc_validate(data_ptr, &allocated_size) < 0) in test_rte_malloc_validate() 782 retval = rte_malloc_validate(data_ptr, NULL); in test_rte_malloc_validate() 789 if (rte_malloc_validate(data_ptr, &allocated_size) < 0) in test_rte_malloc_validate()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_malloc.h | 283 rte_malloc_validate(const void *ptr, size_t *size);
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 89 rte_malloc_validate
|
| H A D | version.map | 122 rte_malloc_validate;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 213 rte_malloc_validate(const void *ptr, size_t *size) in rte_malloc_validate() function
|