Go to the documentation of this file.
37 using namespace nvbio;
63 return (m_size < 75u);
71 printf(
"cache test... started\n");
75 for (
uint32 i = 0; i < 1000; ++i)
81 printf(
" test overflow... started\n");
82 bool overflow =
false;
86 for (
uint32 i = 0; i < 200; ++i)
93 if (overflow ==
false)
94 printf(
" error: overflow was expected, but did not occurr!\n");
96 printf(
" test overflow... done\n");
97 printf(
"cache test... done\n");