testsuite: Put a limit to the memcpy test
authorEdward Hervey <bilboed@bilboed.com>
Fri, 27 Feb 2015 08:02:12 +0000 (09:02 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 27 Feb 2015 08:04:01 +0000 (09:04 +0100)
commitd3aed53240751bc3aae961b6f89b443f602fff64
treebd58034bd446c49642e4d28c84073aed95d8ce83
parentf16ecdcee8319ad6c4cb69513baf0f6f5794f312
testsuite: Put a limit to the memcpy test

Some systems have massive L3 cache that can exceed 64MB, which would
result in attempting to read/write about our allocated memory.

If we can deal with 64MB... there's a good chance we can handle above.
testsuite/memcpy_speed.c