Welcome to Pauls PureProject
 Home Online Reference Guide duplicated from http://cvs.purebasic.com  
 Online Resources
   · Reference

 Libraries
     2DDrawing
     Billboard
     Camera
     CDAudio
     Cipher
     Clipboard
     Console
     Database
     Date
     Desktop
     Engine3D
     Entity
     File
     FileSystem
     Font
     Gadget
     Help
     Image
     ImagePlugin
     Joystick
     Keyboard
     Library
     Light
     LinkedList
     Material
     Math
     Memory
     Menu
     Mesh
     Misc
     Module
     Mouse
     Movie
     Network
     OnError
     Packer
     Palette
     Particle
     Preference
     Printer
     Requester
     Sort
     Sound
     SoundPlugin
     Sprite
     Sprite3D
     StatusBar
     String
     SysTray
     Terrain
     Texture
     Thread
     Toolbar
     Window

 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

Windows, AmigaOS, Linux

Reference Manual - Index



Hosted by Reel Media Productions Copyright©2001-2004 All Rights Reserved