This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:orx:reference:memory:main [2017/05/29 21:50 (8 years ago)] – external edit 127.0.0.1 | en:orx:reference:memory:main [2018/01/20 03:48 (8 years ago)] (current) – No content. Deleted. sausage | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Memory ====== | ||
- | |||
- | ==== OrxBank ==== | ||
- | 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. | ||
- | |||
- | ==== OrxMemory ==== | ||
- | Memory module. Module that handles all low level allocation/ | ||
- | |||
- | ===== Config ===== | ||
- | * n/a | ||
- | |||
- | ===== Tutorials ===== | ||
- | * n/a | ||