Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
Controls pictures
Deprecated components
Developer Documentation
'gb.qt' implementation details
Additional Gambas Components
Gambas Programming Interface
Cat
Array Objects Management
Calling Functions
Class Description
Class Management
Collection Objects Management
Component Management
Conversion Functions
Datatypes Constants
Date & Time Management
Defered Routines
Enumeration Management
Error Management
Event Management
File Management
Gambas Value Datatype
Hash Tables Management
Hook Management
Memory Arrays Management
Memory Management
Method & Property Signatures
Methods Implementation
Object Management
Property Implementation
Returning Strings
Returning Values
Special Methods
Storing Values In Memory
Stream Management
String Management
System & Application Information
Timer Management
Unknown Special Method Management
Watching File Descriptors
Name
How To Program Components In C/C++
How To Program Components In Gambas
Development Environment Documentation
Documents
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Memory Management
GB.Alloc
Allocates a memory block.
GB.Free
Frees a memory block.
GB.Realloc
Expands or shrink a previously allocated memory block.