[mem]: Adjust the docs for calc_padding_with_header

This commit is contained in:
flysand7
2024-09-14 10:18:51 +11:00
parent e90f5d2528
commit 3ed2ab6e2c
2 changed files with 20 additions and 5 deletions
+1 -2
View File
@@ -1019,8 +1019,7 @@ Default resize procedure.
When allocator does not support resize operation, but supports
`.Alloc_Non_Zeroed` and `.Free`, this procedure is used to implement allocator's
default behavior on
resize.
default behavior on resize.
Unlike `default_resize_align` no new memory is being explicitly
zero-initialized.