Searched refs:save_buf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_malloc.c | 759 char save_buf[64]; 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() 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()
|