en

Autorelease

UK
/ˌɔːtəʊrɪˈliːs/
US
/ˌɔːtərɪˈliːs/
ru

Translation autorelease into russian

autorelease
Noun
raiting
UK
/ˌɔːtəʊrɪˈliːs/
US
/ˌɔːtərɪˈliːs/
The software's autorelease feature ensures updates are deployed automatically.
Функция автовыпуска программного обеспечения обеспечивает автоматическое развертывание обновлений.
autorelease
Verb
raiting
UK
/ˌɔːtəʊrɪˈliːs/
US
/ˌɔːtərɪˈliːs/
The system will autorelease the memory when it's no longer needed.
Система автоматически освободит память, когда она больше не понадобится.

Definitions

autorelease
Noun
raiting
UK
/ˌɔːtəʊrɪˈliːs/
US
/ˌɔːtərɪˈliːs/
A mechanism in programming, particularly in Objective-C, that automatically releases objects when they are no longer needed, helping to manage memory.
The autorelease pool in Objective-C helps manage memory by releasing objects at the end of the current event loop.
autorelease
Verb
raiting
UK
/ˌɔːtəʊrɪˈliːs/
US
/ˌɔːtərɪˈliːs/
To automatically release an object or resource, typically in programming, after it is no longer needed.
The system will autorelease the memory once the function completes its execution.

Idioms and phrases

autorelease pool
You need to create an autorelease pool when working with manual memory management.
пул автоматического освобождения
Вам нужно создать пул автоматического освобождения при работе с ручным управлением памятью.
add to the autorelease pool
Objects are often added to the autorelease pool to delay their deallocation.
добавить в пул автоматического освобождения
Объекты часто добавляются в пул автоматического освобождения для отсрочки их освобождения.
drain the autorelease pool
You should remember to drain the autorelease pool regularly.
освободить пул автоматического освобождения
Не забудьте регулярно освобождать пул автоматического освобождения.
create an autorelease pool
It is necessary to create an autorelease pool at the beginning of the loop.
создать пул автоматического освобождения
Необходимо создать пул автоматического освобождения в начале цикла.
manage memory with autorelease
You can manage memory with autorelease in Objective-C.
управлять памятью с помощью автоматического освобождения
В Objective-C можно управлять памятью с помощью автоматического освобождения.