diff options
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. |