docs: fixed API linking
Change-Id: If9daa0e11c967ee19684dd9d08438f749abf9d5e
This commit is contained in:
parent
4090f0e5a7
commit
3320df7949
11 changed files with 56 additions and 24 deletions
|
@ -193,12 +193,12 @@ APIs
|
|||
|
||||
The following Memory Pools APIs are provided by :file:`microkernel.h`:
|
||||
|
||||
:c:func:`task_mem_pool_alloc()`
|
||||
:cpp:func:`task_mem_pool_alloc()`
|
||||
Waits for a block of memory for the time period defined by the time-out
|
||||
parameter.
|
||||
|
||||
:c:func:`task_mem_pool_free()`
|
||||
:cpp:func:`task_mem_pool_free()`
|
||||
Returns a block of memory to a memory pool.
|
||||
|
||||
:c:func:`task_mem_pool_defragment()`
|
||||
:cpp:func:`task_mem_pool_defragment()`
|
||||
Defragments a memory pool.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue