Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_malloc.c546 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 Drte_malloc.h283 rte_malloc_validate(const void *ptr, size_t *size);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def89 rte_malloc_validate
H A Dversion.map122 rte_malloc_validate;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c213 rte_malloc_validate(const void *ptr, size_t *size) in rte_malloc_validate() function