Home
last modified time | relevance | path

Searched refs:idx_t_size (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpretag.c1009 pt_bitmap_t idx_t_size = 0; in pretag_index_allocate() local
1025 idx_t_size = t->index[iterator].modulo * sizeof(struct id_index_entry); in pretag_index_allocate()
1026 t->index[iterator].idx_t = malloc(idx_t_size); in pretag_index_allocate()
1037 memset(t->index[iterator].idx_t, 0, idx_t_size); in pretag_index_allocate()