Searched refs:arr32 (Results 1 – 1 of 1) sorted by relevance
597 uint32_t *arr32 = safe_zalloc(nelems * sizeof (uint32_t)); in read_ptr_array() local599 res = Pread(datap->pd_proc, arr32, nelems * sizeof (uint32_t), in read_ptr_array()603 buf[i] = arr32[i]; in read_ptr_array()605 free(arr32); in read_ptr_array()