doc/mem_management: add implementations and utils
This commit is contained in:
parent
dc9d77057d
commit
6089f4a10c
@ -8,7 +8,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_tlsf_malloc TLSF-based malloc.
|
* @defgroup pkg_tlsf_malloc TLSF-based malloc.
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_memory_management
|
||||||
*
|
*
|
||||||
* @brief TLSF-based global memory allocator.
|
* @brief TLSF-based global memory allocator.
|
||||||
*
|
*
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @defgroup sys_memarray memory array allocator
|
* @defgroup sys_memarray memory array allocator
|
||||||
* @ingroup sys
|
* @ingroup sys_memory_management
|
||||||
* @brief memory array allocator
|
* @brief memory array allocator
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup oneway_malloc Oneway malloc
|
* @defgroup oneway_malloc Oneway malloc
|
||||||
* @ingroup sys
|
* @ingroup sys_memory_management
|
||||||
*
|
*
|
||||||
* @brief A malloc implementation without free for boards where the
|
* @brief A malloc implementation without free for boards where the
|
||||||
* toolchain does not implement dynamic memory allocation.
|
* toolchain does not implement dynamic memory allocation.
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup oneway_malloc
|
* @ingroup oneway_malloc
|
||||||
* @ingroup sys
|
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user