comparison src/profile.c @ 2551:9f70af3ac939

[xemacs-hg @ 2005-02-03 16:14:02 by james] Commit Olivier Galibert's dumper updates for bignums and use them. See xemacs-patches message with ID <ps8y685c6p.fsf@diannao.ittc.ku.edu>.
author james
date Thu, 03 Feb 2005 16:14:08 +0000
parents b49d38bc659d
children e6854ec89f8e
comparison
equal deleted inserted replaced
2550:317f30471f4e 2551:9f70af3ac939
107 }; 107 };
108 108
109 static const struct memory_description plain_hash_table_description_1[] = { 109 static const struct memory_description plain_hash_table_description_1[] = {
110 { XD_ELEMCOUNT, offsetof (struct hash_table, size) }, 110 { XD_ELEMCOUNT, offsetof (struct hash_table, size) },
111 { XD_BLOCK_PTR, offsetof (struct hash_table, harray), XD_INDIRECT (0, 0), 111 { XD_BLOCK_PTR, offsetof (struct hash_table, harray), XD_INDIRECT (0, 0),
112 &hentry_description }, 112 { &hentry_description } },
113 { XD_END } 113 { XD_END }
114 }; 114 };
115 115
116 static const struct sized_memory_description plain_hash_table_description = { 116 static const struct sized_memory_description plain_hash_table_description = {
117 sizeof (struct hash_table), 117 sizeof (struct hash_table),