Searched defs:CPU_ALLOC (Results 1 – 3 of 3) sorted by relevance
24 #define CPU_ALLOC(ncpus) malloc(sizeof(cpu_set_t)); \ macro
116 #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n))) macro
124 #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n))) macro