From e43852ffc738b27cbb84d0aea85b677bd5d98f82 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 28 Mar 2024 01:36:33 -0400 Subject: kernel: vm_dynalloc: Add dynalloc_memalign() Signed-off-by: Ian Moffett --- share/man/man9/dynalloc.9 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share/man') diff --git a/share/man/man9/dynalloc.9 b/share/man/man9/dynalloc.9 index 64e0557..55b48eb 100644 --- a/share/man/man9/dynalloc.9 +++ b/share/man/man9/dynalloc.9 @@ -24,7 +24,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. -.Dd Jan 12 2024 +.Dd Mar 28 2024 .Dt DYNALLOC 9 .Os Hyra .Sh NAME @@ -41,6 +41,10 @@ The .Ft dynalloc() function is analogous to malloc() in other systems. +The +.Ft dynalloc_memalign() +function allows you to allocate aligned memory + The .Ft dynrealloc() function is analogous to realloc() in other systems. -- cgit v1.2.3