CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
chooseln_cache.c File Reference
#include <mathfunc.h>
#include <memalloc.h>
#include "chooseln_cache.h"

Functions

int chooseln_is_init2 (struct chooseln_cache *cache)
 
int get_chooseln_cache_size2 (struct chooseln_cache *cache)
 
void chooseln_cache_preset (struct chooseln_cache *cache, int maxFamilysize, int sfrom)
 
void chooseln_cache_resize2 (struct chooseln_cache *cache, int resize)
 
void chooseln_cache_init2 (struct chooseln_cache *cache, int size)
 
void chooseln_cache_free2 (struct chooseln_cache *cache)
 

Function Documentation

void chooseln_cache_free2 ( struct chooseln_cache cache)
void chooseln_cache_init2 ( struct chooseln_cache cache,
int  size 
)
void chooseln_cache_preset ( struct chooseln_cache cache,
int  maxFamilysize,
int  sfrom 
)
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)