contigmalloc.9 (d1bdc2821fcd416ab9b238580386eb605a6128d0) | contigmalloc.9 (a51584a2d2fb3731a68eaf93b59e14227e572427) |
---|---|
1.\" 2.\" Copyright (c) 2004 Joseph Koshy 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 91 unchanged lines hidden (view full) --- 100.El 101.Pp 102Other flags (if present) are ignored. 103.Pp 104The 105.Fn contigfree 106function is deprecated. 107Use | 1.\" 2.\" Copyright (c) 2004 Joseph Koshy 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 91 unchanged lines hidden (view full) --- 100.El 101.Pp 102Other flags (if present) are ignored. 103.Pp 104The 105.Fn contigfree 106function is deprecated. 107Use |
108.Xr free(9) | 108.Xr free 9 |
109instead. 110.Sh IMPLEMENTATION NOTES 111The 112.Fn contigmalloc 113function does not sleep waiting for memory resources to be freed up, 114but instead actively reclaims pages before giving up. 115However, unless 116.Dv M_NOWAIT --- 33 unchanged lines hidden --- | 109instead. 110.Sh IMPLEMENTATION NOTES 111The 112.Fn contigmalloc 113function does not sleep waiting for memory resources to be freed up, 114but instead actively reclaims pages before giving up. 115However, unless 116.Dv M_NOWAIT --- 33 unchanged lines hidden --- |