cudaMallocPitch()

In cudaMallocPitch( (void**) &d_src , &pitch , width * sizeof(float) , height);, is height the number of rows and width the number of columns, or the other way around? Thanks.