This is an old revision of the document!
Bank module. Bank are used to allocate a portion of memory. Applications can get cell from this memory and use it. If the number of allocations requests become bigger than the bank size, a new segment of memory is automatically allocated. Memory bank can be used to try to reduce memory fragmentation.
Memory module. Module that handles all low level allocation/free requests.
-todo-