heap_index_for
uint32 heapIndex = heap_index_for(size, cpuNumber++ % cpuCount);
uint32 heapIndex = heap_index_for(size, smp_get_current_cpu());