diff options
Diffstat (limited to 'src/page.c')
-rw-r--r-- | src/page.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ terms of the MIT license. A copy of the license can be found in the file /* ----------------------------------------------------------- The core of the allocator. Every segment contains - pages of a {certain block size. The main function + pages of a certain block size. The main function exported is `mi_malloc_generic`. ----------------------------------------------------------- */ |