diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/block_allocator.cpp | 2 | ||||
-rw-r--r-- | lib/gras_impl/debug.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/block_allocator.cpp b/lib/block_allocator.cpp index c5f4637..4430d52 100644 --- a/lib/block_allocator.cpp +++ b/lib/block_allocator.cpp @@ -21,7 +21,7 @@ using namespace gnuradio; -const size_t AT_LEAST_DEFAULT_ITEMS = 1 << 17; +const size_t AT_LEAST_DEFAULT_ITEMS = 1 << 13; const size_t AHH_TOO_MANY_BYTES = 1 << 20; //TODO const size_t THIS_MANY_BUFFERS = 32; const double EDGE_CASE_MITIGATION = 8.0; //edge case mitigation constant diff --git a/lib/gras_impl/debug.hpp b/lib/gras_impl/debug.hpp index 49260fe..5aa8e8e 100644 --- a/lib/gras_impl/debug.hpp +++ b/lib/gras_impl/debug.hpp @@ -31,7 +31,7 @@ //-- define to enable these debugs: //---------------------------------------------------------------------- //#define WORK_DEBUG -//#define ASSERTING +#define ASSERTING //---------------------------------------------------------------------- //-- various debug prints |