Lines Matching refs:log_debug
424 log_debug("=== trie on-disk ===");
425 log_debug("size: %8"PRIi64" bytes", size);
426 log_debug("header: %8zu bytes", sizeof(struct trie_header_f));
427 log_debug("nodes: %8"PRIu64" bytes (%8"PRIu64")",
429 log_debug("child pointers: %8"PRIu64" bytes (%8"PRIu64")",
431 log_debug("value pointers: %8"PRIu64" bytes (%8"PRIu64")",
433 log_debug("string store: %8zu bytes", trie->strings->len);
434 log_debug("strings start: %8"PRIu64, t.strings_off);
621 log_debug("reading file '%s'", *f);
628 log_debug("=== trie in-memory ===");
629 log_debug("nodes: %8zu bytes (%8zu)",
631 log_debug("children arrays: %8zu bytes (%8zu)",
633 log_debug("values arrays: %8zu bytes (%8zu)",
635 log_debug("strings: %8zu bytes",
637 log_debug("strings incoming: %8zu bytes (%8zu)",
639 log_debug("strings dedup'ed: %8zu bytes (%8zu)",