Constant libc::unix::linux_like::linux::PF_MEMALLOC
source ยท pub const PF_MEMALLOC: c_int = 0x00000800;
Expand description
Allocating memory to free memory.
See memalloc_noreclaim_save()
.
pub const PF_MEMALLOC: c_int = 0x00000800;
Allocating memory to free memory.
See memalloc_noreclaim_save()
.