mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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.
|
||||
* @ingroup pkg
|
||||
* @ingroup sys
|
||||
* @ingroup sys_memory_management
|
||||
*
|
||||
* @brief TLSF-based global memory allocator.
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
/**
|
||||
* @defgroup sys_memarray memory array allocator
|
||||
* @ingroup sys
|
||||
* @ingroup sys_memory_management
|
||||
* @brief memory array allocator
|
||||
* @{
|
||||
*
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup oneway_malloc Oneway malloc
|
||||
* @ingroup sys
|
||||
* @ingroup sys_memory_management
|
||||
*
|
||||
* @brief A malloc implementation without free for boards where the
|
||||
* toolchain does not implement dynamic memory allocation.
|
||||
|
@ -7,8 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup oneway_malloc
|
||||
* @ingroup sys
|
||||
* @ingroup oneway_malloc
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
Loading…
Reference in New Issue
Block a user