The maximum slab size is now 2^17 bytes (= 131072). If you request a slab size larger than this, you will get slab sizes of 131072 bytes instead. Enabling the memory management debugging code no longer produces compiler errors.
Added __get_slab_usage() function which can be used to query the slab allocator memory usage at runtime.