Parent Directory
|
Revision Log
|
Patch
| Revision 1.15 by sysadm, Tue Nov 11 00:28:05 2025 UTC | Revision 1.16 by sysadm, Thu Nov 20 01:09:27 2025 UTC | |
|---|---|---|
| # | Line 238 int main(int argc, char *argv[]) | Line 238 int main(int argc, char *argv[]) |
| 238 | printf("load_trie_dict_shm_readonly() error\n"); | printf("load_trie_dict_shm_readonly() error\n"); |
| 239 | } | } |
| 240 | ||
| // if (unload_trie_dict_shm() < 0) | ||
| // { | ||
| // printf("unload_trie_dict_shm() error\n"); | ||
| // } | ||
| 241 | printf("Total nodes used = %d, after set_shm_readonly\n", trie_dict_used_nodes()); | printf("Total nodes used = %d, after set_shm_readonly\n", trie_dict_used_nodes()); |
| 242 | ||
| 243 | trie_dict_cleanup(); | trie_dict_cleanup(); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |