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