mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-06 21:17:40 +00:00
mem: Remove bogus comments
There is no `dynamic_arena_free`; the mode is not implemented
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user