Grissiom c3a39444da memheap: dont alloc/memcpy when there is next node is enough for realloc
When realloc a bigger space and the next node is free and big enough, we
should directly relocate the next node instead of doing alloc/memcpy.
The new method not only faster in this cases, it would avoid memory
fragment as well.
2013-07-15 11:47:55 +08:00
2013-07-14 14:36:48 +08:00
2013-04-10 00:17:52 +08:00
2013-01-08 23:57:29 +08:00
2013-03-28 23:28:19 +08:00
2013-05-05 05:45:41 +08:00
2013-01-09 00:06:34 +08:00
2013-05-05 05:41:37 +08:00

RT-Thread

Build Status

RT-Thread is an open source real-time operating system for embedded devices.

Description
No description provided
Readme 254 MiB
Languages
C 96.1%
Assembly 3%
HTML 0.4%
Python 0.2%
Shell 0.1%