PureBasic - Memory
Overview
Sometimes, it's very useful have access to the system memory (RAM) to process some time consumming operations and speed them up. This library allows to allocate any number of memory buffers and to use them directly within PureBasic.
Command Index
AllocateMemory
CompareMemory
CompareMemoryString
CopyMemory
CopyMemoryString
FreeMemory
MemoryStringLength
PeekB
PeekF
PeekL
PeekS
PeekW
PokeB
PokeF
PokeL
PokeS
PokeW
ReAllocateMemory
Example
MemoryBank.pb
Supported OS
All