Expand description
Allocator support.
Documentation for the kernel’s memory allocators can found in the “Memory Allocation Guide” linked below. For instance, this includes the concept of “get free page” (GFP) flags and the typical application of the different kernel allocators.
Reference: https://docs.kernel.org/core-api/memory-allocation.html
Structs§
- The kvmalloc kernel allocator.
- The contiguous kernel allocator.
- The virtually contiguous kernel allocator.