This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:orx:reference:memory:main [2012/06/04 10:17 (14 years ago)] – gemberkoekje | 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 | ||