commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r3721 - gnuradio/trunk/gnuradio-core/src/lib/runtime


From: jcorgan
Subject: [Commit-gnuradio] r3721 - gnuradio/trunk/gnuradio-core/src/lib/runtime
Date: Thu, 5 Oct 2006 21:52:50 -0600 (MDT)

Author: jcorgan
Date: 2006-10-05 21:52:50 -0600 (Thu, 05 Oct 2006)
New Revision: 3721

Modified:
   gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc
Log:
Reduced tmp usage during gnuradio-core 'make check'


Modified: gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc
===================================================================
--- gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc        
2006-10-06 03:49:05 UTC (rev 3720)
+++ gnuradio/trunk/gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc        
2006-10-06 03:52:50 UTC (rev 3721)
@@ -226,9 +226,9 @@
   ok &= test_a_bunch (f,   1,   1 * granularity, &start,  v);   //   1 x   4KB 
=   4KB
 
   if (ok){
-    ok &= test_a_bunch (f,  64,   4 * granularity, &start, v);  // 256 x  16KB 
=   4MB
-    ok &= test_a_bunch (f,  32,   4 * (1L << 20),  &start, v);  //  32 x   4MB 
=  64MB
-    ok &= test_a_bunch (f, 256, 256 * (1L << 10),  &start, v);  // 256 x 256KB 
=  64MB
+    ok &= test_a_bunch (f,  64,   4 * granularity, &start, v);  //  64 x  16KB 
=   1MB
+    ok &= test_a_bunch (f,   4,   4 * (1L << 20),  &start, v);  //   4 x   4MB 
=  16MB
+//  ok &= test_a_bunch (f, 256, 256 * (1L << 10),  &start, v);  // 256 x 256KB 
=  64MB
   }
 
   if (verbose >= 1)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]