#include #include #include #ifndef NUM_ITER #define NUM_ITER 100000 #endif #ifndef SIZE #define SIZE 16*1024 #endif int main(int argc, char** argv) { /* optionally: insert more useful stuff here */ void* buf; for(int i=0; i