MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_memblock_merge

Function rt_memblock_merge

components/mm/mm_memblock.c:402–405  ·  view source on GitHub ↗

functions below are only used for utest */

Source from the content-addressed store, hash-verified

400#ifdef RT_UTEST_MM_API
401/* functions below are only used for utest */
402void rt_memblock_merge(void)
403{
404 _memblock_merge_memory();
405}
406
407static struct rt_mmblk_reg *mem;
408static struct rt_mmblk_reg *res;

Callers 1

test_memblock_mergeFunction · 0.85

Calls 1

_memblock_merge_memoryFunction · 0.85

Tested by 1

test_memblock_mergeFunction · 0.68