O(1) Memory Allocator
From RTwiki
(Difference between revisions)
(fix link (moved)) |
|||
Line 1: | Line 1: | ||
Miguel Masmano at the Group de Informática Industrial (Polytechnic University of Valencia) maintains a O(1) memory allocator, which provides realtime suitable malloc and free functionality. | Miguel Masmano at the Group de Informática Industrial (Polytechnic University of Valencia) maintains a O(1) memory allocator, which provides realtime suitable malloc and free functionality. | ||
− | The code is available from the project's [http:// | + | The code is available from the project's [http://www.gii.upv.es/tlsf/ homepage]. |
Latest revision as of 13:48, 8 January 2016
Miguel Masmano at the Group de Informática Industrial (Polytechnic University of Valencia) maintains a O(1) memory allocator, which provides realtime suitable malloc and free functionality.
The code is available from the project's homepage.