FACT++  1.0
void id_arr_create ( )

Definition at line 135 of file conn_handler.c.

References Curr_N_Ids, and ID_BLOCK.

Referenced by id_get().

136 {
137 
139  Id_arr = (void *) calloc( (size_t)Curr_N_Ids, sizeof(ID_ITEM));
140 }
static int Curr_N_Ids
Definition: conn_handler.c:46
static ID_ITEM * Id_arr
Definition: conn_handler.c:42
struct id_item ID_ITEM
#define ID_BLOCK
Definition: dim.h:164

+ Here is the caller graph for this function: