Lines Matching refs:log_debug
405 log_debug("=== trie on-disk ===");
406 log_debug("size: %8"PRIi64" bytes", size);
407 log_debug("header: %8zu bytes", sizeof(struct trie_header_f));
408 log_debug("nodes: %8"PRIu64" bytes (%8"PRIu64")",
410 log_debug("child pointers: %8"PRIu64" bytes (%8"PRIu64")",
412 log_debug("value pointers: %8"PRIu64" bytes (%8"PRIu64")",
414 log_debug("string store: %8zu bytes", trie->strings->len);
415 log_debug("strings start: %8"PRIu64, t.strings_off);
633 log_debug("reading file '%s'", *f);
640 log_debug("=== trie in-memory ===");
641 log_debug("nodes: %8zu bytes (%8zu)",
643 log_debug("children arrays: %8zu bytes (%8zu)",
645 log_debug("values arrays: %8zu bytes (%8zu)",
647 log_debug("strings: %8zu bytes",
649 log_debug("strings incoming: %8zu bytes (%8zu)",
651 log_debug("strings dedup'ed: %8zu bytes (%8zu)",