Skip to content

Commit

Permalink
doc: Remove reference to csp_malloc()
Browse files Browse the repository at this point in the history
csp_malloc has been removed by the commit a24701e.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
  • Loading branch information
yashi committed Oct 9, 2023
1 parent fd1ede7 commit 1e78a99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ that uses dynamic allocation, such as:

This means that there are no `alloc/free`
after initialization, possibly causing fragmented memory which
especially can be a problem on small systems with limited memory. It
also allows for a very simple memory allocator (implementation of
`csp_malloc()`), as
`free` can be avoided.
especially can be a problem on small systems with limited memory.

Future versions of libcsp may provide a
`pure` static memory layout, since newer
Expand Down

0 comments on commit 1e78a99

Please sign in to comment.