memx
Memory extensions and advanced memory management.
Load with: use memx
Quick example
use memx
result = mmryp(10, 10)
prn(result)
Functions
Memory Pool
mmx6a()
Performs the operation.
Memory Monitor
mmx7a()
Performs the operation.
Memory Leak Detector
mmryp(block_size, max_blocks)
Performs the operation. Takes block_size, max_blocks.
mmraa(total_memory, strategy)
Performs the operation. Takes total_memory, strategy.
mmrym()
Performs the operation.
mmryc(max_size, eviction_policy)
Performs the operation. Takes max_size, eviction_policy.
mmryl(threshold)
Performs the operation. Takes threshold.
Notes
- Extended memory - allocation pools, custom allocators.