EnglishРусский  

   Array

   Buffer

   Clipboard

   COM/OLE

   Console

   CSV

   Dbf

   Files

   FTP

   Hash

   HTTP

   INI File

   Keyboard

   Math

   Process

   Registry

   Socket

   Stack

   String

   System

   Thread

   Tree

   XML

The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

malloc

Allocate the memory. The function allocates the memory of the specified size.

func uint malloc (
   uint size
)

Parameters

size The size of memory space to be allocated.

Return value

The pointer to the allocated memory space or 0 in case of an error.

Related links

Source