mem: Remove bogus comments

There is no `dynamic_arena_free`; the mode is not implemented
This commit is contained in:
Feoramund
2025-06-14 13:54:19 -04:00
parent c1e3171178
commit 652c0c997d

View File

@@ -1872,9 +1872,6 @@ If `old_memory` is `nil`, this procedure acts just like `dynamic_arena_alloc()`,
allocating a memory region `size` bytes in size, aligned on a boundary specified
by `alignment`.
If `size` is 0, this procedure acts just like `dynamic_arena_free()`, freeing
the memory region located at an address specified by `old_memory`.
This procedure returns the pointer to the resized memory region.
*/
@(require_results)
@@ -1900,9 +1897,6 @@ If `old_memory` is `nil`, this procedure acts just like `dynamic_arena_alloc()`,
allocating a memory region `size` bytes in size, aligned on a boundary specified
by `alignment`.
If `size` is 0, this procedure acts just like `dynamic_arena_free()`, freeing the
memory region located at an address specified by `old_memory`.
This procedure returns the slice of the resized memory region.
*/
@(require_results)
@@ -1934,9 +1928,6 @@ If `old_memory` is `nil`, this procedure acts just like `dynamic_arena_alloc()`,
allocating a memory region `size` bytes in size, aligned on a boundary specified
by `alignment`.
If `size` is 0, this procedure acts just like `dynamic_arena_free()`, freeing the
memory region located at an address specified by `old_memory`.
This procedure returns the pointer to the resized memory region.
*/
@(require_results)
@@ -1962,9 +1953,6 @@ If `old_memory` is `nil`, this procedure acts just like `dynamic_arena_alloc()`,
allocating a memory region `size` bytes in size, aligned on a boundary specified
by `alignment`.
If `size` is 0, this procedure acts just like `dynamic_arena_free()`, freeing
the memory region located at an address specified by `old_memory`.
This procedure returns the slice of the resized memory region.
*/
@(require_results)