diff options
Diffstat (limited to 'atk16_asm/builtin_asm/std_bump_alloc.atk16')
| -rw-r--r-- | atk16_asm/builtin_asm/std_bump_alloc.atk16 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atk16_asm/builtin_asm/std_bump_alloc.atk16 b/atk16_asm/builtin_asm/std_bump_alloc.atk16 index 3e91800..1d87435 100644 --- a/atk16_asm/builtin_asm/std_bump_alloc.atk16 +++ b/atk16_asm/builtin_asm/std_bump_alloc.atk16 @@ -12,14 +12,14 @@ ; ; To initialize the bump allocator, call bump_reset. ; -; The arena allocator cannot free individual blocks, only reset the entire heap. +; The bump allocator cannot free individual blocks, only reset the entire heap. ; ; The memory layout is as follows: ; 0xE7EF (heap_segment) alloc_next value ; 0xE7EE downwards allocated blocks ; ; The alloc_next value is a pointer to the next free word in the heap. -; The alloc_next value is stored in the first word of the heap. +; It is stored in the first word of the heap. @label bump_next_p heap_segment |
