Files
Upsilon/poincare/test/tree/helpers.h

12 lines
166 B
C++

#if POINCARE_TREE_LOG
#include <iostream>
#endif
int pool_size();
void assert_pool_size(int i);
#if POINCARE_TREE_LOG
void log_pool();
void log_pool_tree();
#endif