Searched defs:CPU_ALLOC (Results 1 – 9 of 9) sorted by relevance
24 #define CPU_ALLOC(ncpus) malloc(sizeof(cpu_set_t)); \ macro
111 #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n))) macro
110 #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n))) macro
123 #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n))) macro
125 #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n))) macro