Go to the source code of this file.
Data Structures | |
| struct | chooseln_cache |
| A cache of values of chooseln. More... | |
Functions | |
| int | chooseln_is_init2 (struct chooseln_cache *cache) |
| int | get_chooseln_cache_size2 (struct chooseln_cache *cache) |
| void | chooseln_cache_init2 (struct chooseln_cache *cache, int size) |
| void | chooseln_cache_resize2 (struct chooseln_cache *cache, int resize) |
| void | chooseln_cache_free2 (struct chooseln_cache *cache) |
| void chooseln_cache_free2 | ( | struct chooseln_cache * | cache | ) |
| void chooseln_cache_init2 | ( | struct chooseln_cache * | cache, |
| int | size | ||
| ) |
| void chooseln_cache_resize2 | ( | struct chooseln_cache * | cache, |
| int | resize | ||
| ) |
| int chooseln_is_init2 | ( | struct chooseln_cache * | cache | ) |
| int get_chooseln_cache_size2 | ( | struct chooseln_cache * | cache | ) |