diff options
| author | Alejandro Sior <aho@sior.be> | 2022-07-29 11:45:41 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-07-29 11:45:41 +0200 |
| commit | 722375d20a699e935437100be3f87c2fbe710886 (patch) | |
| tree | 9265e4b1667afc16aab9cda03f6377ba8857d6e0 /mem/docs/framer.9.scd | |
| parent | aab012d713e801891aa11b6654bb9128da89d20f (diff) | |
Diffstat (limited to 'mem/docs/framer.9.scd')
| -rw-r--r-- | mem/docs/framer.9.scd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mem/docs/framer.9.scd b/mem/docs/framer.9.scd index 1bc3670..a315a5b 100644 --- a/mem/docs/framer.9.scd +++ b/mem/docs/framer.9.scd @@ -26,9 +26,9 @@ void mem_framer_free(MemAllocator *self, void *ptr); A *MemFramer* can be installed in a particular region of usable memory to manage it using *mem_framer_install()*. It accepts the following arguments: - _addr_ The address at which the *MemFramer* will be installed - _end_ The address marking the end of the region of usable memory that has to be managed - _blksz_ The size of each individual frame + - _addr_ The address at which the *MemFramer* will be installed + - _end_ The address marking the end of the region of usable memory that has to be managed + - _blksz_ The size of each individual frame ## Allocating @@ -46,4 +46,4 @@ The *MemFramer* allocator and its related functions are defined in _mem/framer.c # SEE ALSO -memallocator(9)
\ No newline at end of file +mem_allocator(9)
\ No newline at end of file |
