X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=1a7e8de059df4844a34d34ff05290c6b0d19a789;hb=d94b00b8d019bb2fda05366a2e86505fff13dbe3;hp=50c9db578dafa36f5b865161fa5430f190330051;hpb=698e31dd616553a663d0b04f24d322ac47315534;p=pspp-builds.git diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 50c9db57..1a7e8de0 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -83,7 +83,8 @@ size_t dict_get_case_size (const struct dictionary *); void dict_compact_values (struct dictionary *); size_t dict_get_compacted_value_cnt (const struct dictionary *); int *dict_get_compacted_idx_to_fv (const struct dictionary *); -bool dict_needs_compaction (const struct dictionary *); +bool dict_compacting_would_shrink (const struct dictionary *); +bool dict_compacting_would_change (const struct dictionary *); struct dict_compactor *dict_make_compactor (const struct dictionary *); void dict_compactor_compact (const struct dict_compactor *,