pyrf_cpu_map
cpus = ((struct pyrf_cpu_map *)pcpus)->cpus;
struct pyrf_cpu_map *pcpu_map = PyObject_New(struct pyrf_cpu_map, &pyrf_cpu_map__type);
cpus = ((struct pyrf_cpu_map *)pcpus)->cpus;
struct pyrf_cpu_map *pcpu_map = PyObject_New(struct pyrf_cpu_map, &pyrf_cpu_map__type);
cpus = pcpus ? ((struct pyrf_cpu_map *)pcpus)->cpus : NULL;
cpus = pcpus ? ((struct pyrf_cpu_map *)pcpus)->cpus : NULL;
static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus,
static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus)
struct pyrf_cpu_map *pcpus = (void *)obj;
struct pyrf_cpu_map *pcpus = (void *)obj;
.tp_basicsize = sizeof(struct pyrf_cpu_map),