P99

◆ p99_uf_init()

p99_uf* p99_uf_init ( p99_uf uf,
uint64_t  size 
)
inline

Initialize the UF data structure to all singletons, that is everybody is root and the size of the set is 1.

Definition at line 65 of file p99_uf.h.

References p99_uf::size, and p99_uf::tab.

Referenced by p99_uf_alloc().