Searched refs:pointers (Results 1 – 2 of 2) sorted by relevance
2369 unsigned int i, max, pointers, bytes, avdepth; in trie_show_stats() local2393 pointers = 0; in trie_show_stats()2397 pointers += (1<<i) * stat->nodesizes[i]; in trie_show_stats()2400 seq_printf(seq, "\tPointers: %u\n", pointers); in trie_show_stats()2402 bytes += sizeof(struct key_vector *) * pointers; in trie_show_stats()
225 Technical information on this method, with pointers to associated