diff options
author | Josh Blum | 2012-12-25 22:09:02 -0600 |
---|---|---|
committer | Josh Blum | 2012-12-25 22:09:02 -0600 |
commit | 449880a803d11d816f93f36a17d6d30b969a30c3 (patch) | |
tree | 35eab43652f52778b7adca81ec63b4ffbe3fd95a /lib/block_allocator.cpp | |
parent | 64ab3a982b7ae84be134b977bf6cb035f4be0e9e (diff) | |
download | sandhi-449880a803d11d816f93f36a17d6d30b969a30c3.tar.gz sandhi-449880a803d11d816f93f36a17d6d30b969a30c3.tar.bz2 sandhi-449880a803d11d816f93f36a17d6d30b969a30c3.zip |
added debug print for work and handler count
Diffstat (limited to 'lib/block_allocator.cpp')
-rw-r--r-- | lib/block_allocator.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/block_allocator.cpp b/lib/block_allocator.cpp index 1f4490c..edac4c6 100644 --- a/lib/block_allocator.cpp +++ b/lib/block_allocator.cpp @@ -11,8 +11,6 @@ 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; -//TODO will need more complicated later - void BlockActor::buffer_returner(const size_t index, SBuffer &buffer) { //reset offset and length |