Skip to content
Snippets Groups Projects
Unverified Commit 22e03180 authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #9865 from jia200x/pr/doc_memory

doc: add `memory management` group
parents c25105a0 6089f4a1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
......@@ -28,3 +28,9 @@
* @ingroup sys
* @brief Provides math libraries and utilities for RIOT
*/
/**
* @defgroup sys_memory_management Memory management
* @ingroup sys
* @brief Provides memory management implementations and utilities
*/
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment