Skip to content

Commit

Permalink
Update MemoryManager.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ARMmaster17 committed May 29, 2015
1 parent 63aa31f commit 63520ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/Kernel/MemoryManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ this means the smallest size an Block can occupy is 17 bytes, 16 bytes for the h
# Usage
### Allocation
Adding an Block is easy, you simply find the first free block using compare/exchange(x86 opcode-CMPXCHG) and split it.
Adding an Block is easy, just use the System.Threading.Interlocked class.
## Deallocation
Freeing a block is easy set its flag(in the metadata) to free.
Freeing a block is easy set its flag (in the metadata) to free.

0 comments on commit 63520ae

Please sign in to comment.