I have a global dynamic array of pointers (iterator) pointing to structs (person_t). First I malloced 10*sizeof(person_t*) memory for
iterator
person_t
10*sizeof(person_t*)