Download for Windows Premium
malloc - Russian-EnglishEnglish-Russian
Advertising
malloc
Definition
1. C library subroutine for dynamic memory allocation 2. allocates a block... See more
malloc
выделенной памяти
выделением памяти
функция alloc
This is the 6th part, which focuses on the malloc function.
Это шестая часть, которая будет посвящена функции malloc.
Why it is important to check what the malloc function returned
Почему важно проверять, что вернула функция malloc
We decided to increase the size of the malloc to ensure better performance.
Мы решили увеличить размер выделенной памяти для обеспечения лучшей производительности.
I checked the size of the malloc before using it for my array.
Я проверил размер выделенной памяти перед использованием её для моего массива.
The functions malloc and calloc obtain blocks of memory dynamically.
Функции malloc и calloc динамически запрашивают блоки свободной памяти.
In this case, malloc is C's library function for memory allocation.
В данном случае malloc - это функция библиотеки C, предназначенная для выделения памяти.
This disables the memory overrun checks for each call to malloc() and free().
Эта опция заблокирует проверки переполнения памяти для каждого вызова malloc и free.
I wrote a few lines of C and understand what a pointer is, but I don't know how to use malloc or other manual memory management techniques.
Я написал несколько строк на С и понимаю, что такое указатель, но не знаю, как использовать malloc или другие методы ручного управления памятью.
Allocating and freeing memory (malloc and free)
Составить программу динамического распределения памяти (malloc и free).
In a desktop C program, a function can call malloc(), specifying how much memory is required and receive back a pointer to the storage area.
В десктопной программе на языке С функция может вызывать malloc(), указывая, сколько требуется памяти, и получать обратно указатель на область хранения.
strdup merely copies the string given by its argument into a safe place, obtained by a call on malloc
Функция strdup просто копирует строку, указанную в аргументе, в место, полученное с помощью malloc
What is the key difference between malloc and calloc?
Чем отличаются функции malloc и calloc?
what is use of malloc and calloc?
Чем отличаются функции malloc и calloc?
No results found for this meaning.

Synonyms and analogies of "malloc" in English

Word & Expression of the day
Image of the day
trunk: enclosed space at the back of a car for carrying items
Reveal the word
Advertising

Suggestions that contain malloc

Results: 71. Exact: 71. Elapsed time: 33 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200