HomeSort by relevance Sort by last modified time
    Searched full:pids_count (Results 1 - 1 of 1) sorted by null

  /system/extras/libpagemap/
pm_kernel.c 66 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 22 milliseconds