diff options
| author | Alejandro Sior <aho@sior.be> | 2022-07-26 14:06:40 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-07-26 14:06:40 +0200 |
| commit | e0fbf5ca9599cb7599731fe48573e97d05fa38da (patch) | |
| tree | 2c3b3925c49fd2da68086c6cb4b06a891e823bd5 /mem/docs/allocator.9.scd | |
| parent | c4e9a8ba15391ae5f1c820744ff1b03544d63467 (diff) | |
mem/vmap: add basic virtual memory management abstraction
Diffstat (limited to 'mem/docs/allocator.9.scd')
| -rw-r--r-- | mem/docs/allocator.9.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mem/docs/allocator.9.scd b/mem/docs/allocator.9.scd index df708a7..c70156a 100644 --- a/mem/docs/allocator.9.scd +++ b/mem/docs/allocator.9.scd @@ -1,4 +1,4 @@ -MEMALLOCATOR(9) +MEM_ALLOCATOR(9) # NAME @@ -65,4 +65,4 @@ The MemAllocator interface and its dispatching functions are implemented in _mem # SEE ALSO -memframer(9)
\ No newline at end of file +mem_framer(9)
\ No newline at end of file |
