Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 authored Dec 12, 2017
1 parent 9c2d234 commit 134ff30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (MEM_POOL_ERR_OK != (err = pool_*())) {
}
```

### <a name="fixed-pool">FixedMemPool</a>
## <a name="fixed-pool">FixedMemPool</a>

Initialization:

Expand Down Expand Up @@ -97,7 +97,7 @@ To actually `free` all the memory allocated:
pool_fixed_destroy(pool);
```

### <a name="variable-pool">VariableMemPool</a>
## <a name="variable-pool">VariableMemPool</a>

This type of pool has a very similar API.

Expand Down

0 comments on commit 134ff30

Please sign in to comment.