Lines Matching refs:log_debug
409 log_debug("=== trie on-disk ===");
410 log_debug("size: %8"PRIi64" bytes", size);
411 log_debug("header: %8zu bytes", sizeof(struct trie_header_f));
412 log_debug("nodes: %8"PRIu64" bytes (%8"PRIu64")",
414 log_debug("child pointers: %8"PRIu64" bytes (%8"PRIu64")",
416 log_debug("value pointers: %8"PRIu64" bytes (%8"PRIu64")",
418 log_debug("string store: %8zu bytes", trie->strings->len);
419 log_debug("strings start: %8"PRIu64, t.strings_off);
644 log_debug("reading file '%s'", *f);
651 log_debug("=== trie in-memory ===");
652 log_debug("nodes: %8zu bytes (%8zu)",
654 log_debug("children arrays: %8zu bytes (%8zu)",
656 log_debug("values arrays: %8zu bytes (%8zu)",
658 log_debug("strings: %8zu bytes",
660 log_debug("strings incoming: %8zu bytes (%8zu)",
662 log_debug("strings dedup'ed: %8zu bytes (%8zu)",