Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

big_size_class_count

0 - 1 bigpage 1 - 2 bigpages 2 - 4 bigpages etc.

BrkAllocator.big_size_class_count
const big_size_class_count = math.log2(bigpage_count) + 1

File

lib/std/heap/BrkAllocator.zig:48

Code

const big_size_class_count = math.log2(bigpage_count) + 1