BUFFERSIZE indicates the capacity (in 4k page) of the buffer space.
BUFFERSIZE表示缓冲区空间的容量(以4K页面为单位)。
The 64-bit return value from sizeof in the following statement is truncated to 32-bits when assigned to bufferSize.
在下面这条语句中,在对 bufferSize 进行赋值时,从sizeof返回的 64 位值被截断成了 32 位。
The 64-bit return value from sizeof in the following statement is truncated to 32-bits when assigned to bufferSize.
在下面这条语句中,在对 bufferSize 进行赋值时,从sizeof返回的 64 位值被截断成了 32 位。
应用推荐