Changeset 3721
- Timestamp:
- 10/05/06 21:52:50
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc
r3534 r3721 227 227 228 228 if (ok){ 229 ok &= test_a_bunch (f, 64, 4 * granularity, &start, v); // 256 x 16KB = 4MB230 ok &= test_a_bunch (f, 32, 4 * (1L << 20), &start, v); // 32 x 4MB = 64MB231 ok &= test_a_bunch (f, 256, 256 * (1L << 10), &start, v); // 256 x 256KB = 64MB229 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 232 232 } 233 233
