Home
last modified time | relevance | path

Searched refs:hi_TotalWords (Results 1 – 1 of 1) sorted by relevance

/dports/devel/judy/judy-1.0.5/test/
H A DStringCompare.c462 Word_t hi_TotalWords; // Hash array total words member
565 PHash->hi_TotalWords = HASHHEADSZ; in JLHashIns()
595 PHash->hi_TotalWords += Len; // keep track of total mallocs in JLHashIns()
648 PHash->hi_TotalWords -= Len; // ram usage accounting in JLHashDel()
661 assert(PHash->hi_TotalWords == HASHHEADSZ); in JLHashDel()
732 assert(PHash->hi_TotalWords == DeletedWords); in JLHashFreeArray()
803 PHash->hi_TotalWords = TblSize + HASHHEADSZ; in HashIns()
829 PHash->hi_TotalWords += Len; // keep track of total mallocs in HashIns()
883 PHash->hi_TotalWords -= Len; in HashDel()
889 assert(PHash->hi_TotalWords == in HashDel()
[all …]