XBinder
Version 2.6.x
|
Simple static block memory manager. More...
Go to the source code of this file.
Simple static block memory manager.
Each allocation is request is fulfilled by returned a pointer to the next sequential memory segment in the block. If the block does not contain enough bytes for the request, it fails. Memory free and reallocation are not supported.
Definition in file rtxMemStatic.h.