Searched refs:over_write_vals (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_malloc.c | 736 char *over_write_vals = NULL; in test_rte_malloc_validate() local 760 over_write_vals = (char *)((uintptr_t)data_ptr - sizeof(save_buf)); in test_rte_malloc_validate() 762 memcpy(save_buf, over_write_vals, sizeof(save_buf)); in test_rte_malloc_validate() 763 memset(over_write_vals, 1, sizeof(save_buf)); in test_rte_malloc_validate() 767 memcpy(over_write_vals, save_buf, sizeof(save_buf)); in test_rte_malloc_validate() 777 over_write_vals = (char *)((uintptr_t)data_ptr + allocated_size); in test_rte_malloc_validate() 779 memcpy(save_buf, over_write_vals, sizeof(save_buf)); in test_rte_malloc_validate() 780 memset(over_write_vals, 1, sizeof(save_buf)); in test_rte_malloc_validate() 784 memcpy(over_write_vals, save_buf, sizeof(save_buf)); in test_rte_malloc_validate()
|