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
MemorySize
MemoryStringLength
MoveMemory
PeekB
PeekC
PeekD
PeekF
PeekL
PeekQ
PeekS
PeekW
PokeB
PokeC
PokeD
PokeF
PokeL
PokeQ
PokeS
PokeW
ReAllocateMemory
Example
MemoryBank.pb
Supported OS
All