Date: Fri, 30 Jan 2026 03:09:40 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 292820] Remove duplicate entries in man intro(9) for vm_page_alloc(9) and vm_page_bits(9) Message-ID: <bug-292820-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292820 Bug ID: 292820 Summary: Remove duplicate entries in man intro(9) for vm_page_alloc(9) and vm_page_bits(9) Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: oaccounts@chingarande.com CC: doc@FreeBSD.org Remove duplicate entries for vm_page_alloc(9) and vm_page_bits(9) https://discord.com/channels/727023752348434432/760416197803245591/1466630197443952732 https://man.freebsd.org/cgi/man.cgi?intro(9) Memory Management Dynamic memory allocations inside the kernel are generally done using malloc(9). Frequently allocated objects may prefer to use uma(9). Much of the virtual memory system operates on vm_page_t structures. The following functions are documented: vm_page_advise(9), **vm_page_alloc(9**), **vm_page_bits(9)**, vm_page_aflag(9), **~~vm_page_alloc(9)~~**, **~~vm_page_bits(9)~~**, vm_page_busy(9), vm_page_deactivate(9), vm_page_free(9), vm_page_grab(9), vm_page_insert(9), vm_page_lookup(9), vm_page_rename(9), vm_page_sbusy(9), vm_page_wire(9) Virtual address space maps are managed with the vm_map(9) API. The machine-dependent portion of the virtual memory stack is the pmap(9) module. Allocation policies for NUMA memory domains are managed with the domainset(9) API. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292820-227>
