btop() returns the number of memory pages that are contained in the specified number of bytes, with downward rounding in the case that the byte count is not a page multiple. For
example, if the page size is 2048, then btop(4096) returns 2, and btop(4097) returns 2
as well. btop(0) returns 0.