*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: uvm_km_alloc | Section: 9 | Source: OpenBSD | File: uvm_km_alloc.9
UVM_KM_SUBALLOC(9) FreeBSD Kernel Developer's Manual UVM_KM_SUBALLOC(9) NAME uvm_km_suballoc, uvm_km_free - raw kernel memory or address space allocator SYNOPSIS #include <sys/param.h> #include <uvm/uvm.h> uvm_km_suballoc(vm_map_t map, vaddr_t *min, vaddr_t *max , vsize_t size, int flags, boolean_t fixed, vm_map_t submap); void uvm_km_free(vm_map_t map, vaddr_t addr, vsize_t size); DESCRIPTION The uvm_km_suballoc() function allocates submap (with the specified flags, as described above) from map, creating a new map if submap is NULL. The addresses of the submap can be specified exactly by setting the fixed argument to non-zero, which causes the min argument to specify the beginning of the address in the submap. If fixed is zero, any address of size size will be allocated from map and the start and end addresses returned in min and max. The uvm_km_free() function free size bytes of memory in the kernel map, starting at address addr. SEE ALSO km_alloc(9) FreeBSD 14.1-RELEASE-p8 August 24, 2024 FreeBSD 14.1-RELEASE-p8

Navigation Options