Searched refs:SWAP_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
1399 #define SWAP_BUFFER_SIZE 1800000 macro1643 buffer=(uint8_t *)malloc(2*SWAP_BUFFER_SIZE); in TestSwapData()1645 log_err("unable to allocate %d bytes\n", 2*SWAP_BUFFER_SIZE); in TestSwapData()1688 memset(buffer, 0, sizeof(2*SWAP_BUFFER_SIZE)); in TestSwapData()1689 ds=udata_openSwapperForInputData(buffer, 2*SWAP_BUFFER_SIZE, in TestSwapData()1738 TestSwapCase(pData, name, swapCases[i].swapFn, buffer, buffer+SWAP_BUFFER_SIZE); in TestSwapData()