mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
8 lines
116 B
C
8 lines
116 B
C
int pool_size();
|
|
void assert_pool_size(int i);
|
|
|
|
#if POINCARE_TREE_LOG
|
|
void log_pool();
|
|
void log_pool_tree();
|
|
#endif
|