swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: 7135365c6cdc2aaff464b34a61879ad4e37dda53 authored by Eric Fischer on 05 July 2016, 17:41:50 UTC
Trim down the list of seen nodes instead of rebuilding it
Tip revision: 7135365
pool.hpp
struct stringpool {
	long long left;
	long long right;
	long long off;
};

long long addpool(struct memfile *poolfile, struct memfile *treefile, const char *s, char type);
back to top