diff options
author | Ian Moffett <ian@osmora.org> | 2024-03-28 01:36:33 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-03-28 01:36:33 -0400 |
commit | e43852ffc738b27cbb84d0aea85b677bd5d98f82 (patch) | |
tree | 8e45f8dee68ee3f6c24a9a788dcb7ad2159749f3 /share/man/man9/dynalloc.9 | |
parent | c426258d595e2b9490f037b8d8a768b6257d09f1 (diff) |
kernel: vm_dynalloc: Add dynalloc_memalign()
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'share/man/man9/dynalloc.9')
-rw-r--r-- | share/man/man9/dynalloc.9 | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ -42,6 +42,10 @@ The 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. |