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

 Share/Save/Bookmark
 

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