From 1286ac7d8ac63a653616a6afab62546e4fc50aca Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 7 Jan 2019 16:32:31 +0100 Subject: added space --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e119289..4fa8e63 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Note: All returned pointers are aligned to `TA_ALIGN` word boundaries. Same goes ### Freeing & compaction -The list of freed blocks is sorted by block start address. When a block is being freed, **tinyalloc** uses insertion sort to add the block at the right list position and then runs a compaction procedure, merging blocks as long as they form consecutive chunks of memory (with no gaps inbetween them). The resulting obsolete blocks are re-added to the list of available blocks. +The list of freed blocks is sorted by block start address. When a block is being freed, **tinyalloc** uses insertion sort to add the block at the right list position and then runs a compaction procedure, merging blocks as long as they form consecutive chunks of memory (with no gaps in between them). The resulting obsolete blocks are re-added to the list of available blocks. ## API @@ -100,4 +100,4 @@ wasm2wast --generate-names tinyalloc.wasm > tinyalloc.wast ## License -© 2016 - 2017 Karsten Schmidt - Apache Software License 2.0 (see [LICENSE](./LICENSE)) \ No newline at end of file +© 2016 - 2017 Karsten Schmidt - Apache Software License 2.0 (see [LICENSE](./LICENSE)) -- cgit v1.2.3