#include "squid.h"
#include "splay.h"
#include "util.h"
#include <cstdlib>
#include <functional>
#include <random>
Go to the source code of this file.
◆ compareint()
◆ compareintref()
◆ compareintvoid()
  
  | 
        
          | static int compareintvoid | ( | void *const & | a, |  
          |  |  | void *const & | n |  
          |  | ) |  |  |  | static | 
 
 
◆ destint()
  
  | 
        
          | static void destint | ( | intnode *& | data | ) |  |  | static | 
 
 
◆ destintref()
  
  | 
        
          | static void destintref | ( | intnode & |  | ) |  |  | static | 
 
 
◆ destintvoid()
  
  | 
        
          | static void destintvoid | ( | void *& | data | ) |  |  | static | 
 
 
◆ main()
Definition at line 131 of file splay.cc.
References SplayCheck::BeginWalk(), compareint(), compareintref(), compareintvoid(), destint(), destintref(), destintvoid(), Splay< V >::destroy(), SplayCheck::ExpectedFail, Splay< V >::finish(), intnode::i, Splay< V >::insert(), Splay< V >::size(), Splay< V >::start(), SplayCheck::VisitNode(), SplayCheck::VisitNodeRef(), SplayCheck::VisitVoid(), and xcalloc().