mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
Merge pull request #4924 from GuEe-GUI/master
[bsp/virt64/aarch64]添加qemu-virt64-aarch64平台
This commit is contained in:
+1
-1
@@ -438,7 +438,7 @@ void *rt_memheap_realloc(struct rt_memheap *heap, void *ptr, rt_size_t newsize)
|
||||
next_ptr->pool_ptr = heap;
|
||||
|
||||
#ifdef RT_USING_MEMTRACE
|
||||
rt_memset(next_ptr->owner_thread_name, ' ', sizeof(next_ptr->owner_thread_name));
|
||||
rt_memset((void *)next_ptr->owner_thread_name, ' ', sizeof(next_ptr->owner_thread_name));
|
||||
#endif /* RT_USING_MEMTRACE */
|
||||
|
||||
next_ptr->prev = header_ptr;
|
||||
|
||||
Reference in New Issue
Block a user