خانه > dev > api > name > gb.alloc 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
GB.Alloc
void GB.Alloc ( void **addr , long len )

Allocates a memory block.

You should use this function instead of malloc() if you need to allocate memory, as this function raises an error if the allocation failed, and the interpreter will tell you if you forgot to release an allocation.

همچنین مشاهده کنید

Memory Management