Skip to main content

VMALLOC_MAX_ALLOC

Constant VMALLOC_MAX_ALLOC 

Source
const VMALLOC_MAX_ALLOC: usize = VMALLOC_SIZE; // 1_073_741_824usize
Expand description

Maximum single allocation size.

The backend is now bounded by the actual vmalloc arena size rather than an arbitrary low ceiling.