diff --git a/source/tanya/memory/mmappool.d b/source/tanya/memory/mmappool.d index 7eb888d..feb25e4 100644 --- a/source/tanya/memory/mmappool.d +++ b/source/tanya/memory/mmappool.d @@ -89,6 +89,7 @@ else version (Windows) * block as free and only if all blocks in the region are free, the complete * region is deallocated. * + *
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * | | | | | || | | | * | |prev <----------- | || | | | @@ -100,6 +101,7 @@ else version (Windows) * | N | -----------> next| || N | | | * | | | | | || | | | * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + **/ final class MmapPool : Allocator {