Changeset 3721

Show
Ignore:
Timestamp:
10/05/06 21:52:50
Author:
jcorgan
Message:

Reduced tmp usage during gnuradio-core 'make check'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc

    r3534 r3721  
    227227 
    228228  if (ok){ 
    229     ok &= test_a_bunch (f,  64,   4 * granularity, &start, v);  // 256 x  16KB =   4MB 
    230     ok &= test_a_bunch (f,  32,   4 * (1L << 20),  &start, v);  //  32 x   4MB =  64MB 
    231     ok &= test_a_bunch (f, 256, 256 * (1L << 10),  &start, v);  // 256 x 256KB =  64MB 
     229    ok &= test_a_bunch (f,  64,   4 * granularity, &start, v);  // 64 x  16KB =   1MB 
     230    ok &= test_a_bunch (f,  4,   4 * (1L << 20),  &start, v);  //   4 x   4MB =  16MB 
     231//  ok &= test_a_bunch (f, 256, 256 * (1L << 10),  &start, v);  // 256 x 256KB =  64MB 
    232232  } 
    233233