diff options
| author | 0xflotus <0xflotus@gmail.com> | 2019-01-07 16:32:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-07 16:32:31 +0100 |
| commit | 1286ac7d8ac63a653616a6afab62546e4fc50aca (patch) | |
| tree | c96826fe331fd0fc5e24fd9b7fbe7c09457d4251 /README.md | |
| parent | feef1bae13fa929fef3deda18d676cd25363a50e (diff) | |
added space
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |
