const VMALLOC_MAX_ALLOC: usize = VMALLOC_SIZE; // 1_073_741_824usize
Maximum single allocation size.
The backend is now bounded by the actual vmalloc arena size rather than an arbitrary low ceiling.