Allocation schema is displayed incorrectly in HTML.
Add pre-tag for the schema.
This commit is contained in:
Eugen Wissner 2017-09-27 17:56:15 +02:00
parent faebf3e4d5
commit 1056a2984e
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ else version (Windows)
* block as free and only if all blocks in the region are free, the complete * block as free and only if all blocks in the region are free, the complete
* region is deallocated. * region is deallocated.
* *
* <pre>
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* | | | | | || | | | * | | | | | || | | |
* | |prev <----------- | || | | | * | |prev <----------- | || | | |
@ -100,6 +101,7 @@ else version (Windows)
* | N | -----------> next| || N | | | * | N | -----------> next| || N | | |
* | | | | | || | | | * | | | | | || | | |
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* </pre>
*/ */
final class MmapPool : Allocator final class MmapPool : Allocator
{ {