Searched refs:pids_count (Results 1 - 1 of 1) sorted by relevance

/system/extras/libpagemap/
H A Dpm_kernel.c66 size_t pids_count, pids_size; local
78 pids_count = 0; pids_size = INIT_PIDS;
84 if (pids_count >= pids_size) {
96 pids[pids_count] = pid;
98 pids_count++;
103 new_pids = realloc(pids, pids_count * sizeof(pid_t));
111 *len = pids_count;

Completed in 104 milliseconds