28 char * sampleData =
xstrdup (
"A");
78 char * sampleData =
xstrdup (
"A");
84 std::ostringstream result;
89 std::ostringstream expectedResult;
90 expectedResult <<
"[100,101)" << std::endl <<
"[102,103)" << std::endl;
91 assert (result.str() == expectedResult.str());
T & for_each(L const &head, T &visitor)
const_iterator begin() const
Value const * find(FindValue const &, int(*compare)(FindValue const &a, Value const &b)) const
const_iterator end() const
SplayNode< V > const * start() const
SplayNode< V > const * finish() const
const Value * insert(const Value &, SPLAYCMP *)
void destroy(SPLAYFREE *=DefaultFree)
const Splay< mem_node * > & getNodes() const
static Splay< mem_node * >::SPLAYCMP NodeCompare
bool write(StoreIOBuffer const &)
int64_t endOffset() const
bool hasContigousContentRange(Range< int64_t > const &range) const
int64_t lowestOffset() const
static size_t InUseCount()
static void testLowAndHigh()
static void testSplayOfNodes()
static void testHdrVisit()