Files | |
file | DynAlloc.h |
This folder contains a simple handle-based dynamic memory allocation library, capable of handing out memory in block chunks. As new memory is allocated, the library will defragment the already allocated memory to ensure optimal memory usage. It is not used within the LUFA library, and is provided as a convenience for user applications.