~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to VEX/priv/main/vex_util.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-16 17:56:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20061116175630-hatkgajb0twz0upw
Tags: upstream-3.2.1
Import upstream version 3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
   MByte/sec.  Once the size increases enough to fall out of the cache
63
63
   into memory, the rate falls by about a factor of 3. 
64
64
*/
65
 
#define N_TEMPORARY_BYTES 2400000
 
65
#define N_TEMPORARY_BYTES 4000000
66
66
 
67
67
static HChar  temporary[N_TEMPORARY_BYTES] __attribute__((aligned(8)));
68
68
static HChar* temporary_first = &temporary[0];