cudaHostAlloc page size

I want to work out a efficient way to use cudaHostAlloc for large data buffers, is it safe to assume it works with the systems normal page granularity, 4kb on x86 system? There does not seem to be anyway to query this value.

Thanks

Yes, normal page size.

Yes, normal page size.