Home | History | Annotate | Download | only in libiptc

Lines Matching full:array_mem

501 	unsigned int array_mem;
506 array_mem = sizeof(h->chain_index) * array_elems;
509 array_elems, array_mem);
511 h->chain_index = malloc(array_mem);
512 if (h->chain_index == NULL && array_mem > 0) {
516 memset(h->chain_index, 0, array_mem);