FAT pointer section changes

This commit is contained in:
2025-02-10 13:37:59 +00:00
parent 912fe5012c
commit 35484d123a
9 changed files with 150 additions and 32 deletions

View File

@@ -218,7 +218,7 @@ clock run times.
#+END_COMMENT
The graph[[[fig:bargraph]]] highlights the performance comparison between the modified memory allocator and
The graph[[fig:bargraph]] highlights the performance comparison between the modified memory allocator and
Jemalloc, the default memory allocator. The FAT pointer memory allocator, specifically optimized
for use with huge pages, demonstrates a clear advantage in scenarios where memory allocation
patterns benefit from its design. The results align with expectations, showcasing the impact