Lines Matching full:memory
124 into the memory specified by
132 bytes into memory specified by
156 into the memory specified by
170 into the memory specified by
177 allocates memory large enough to hold the
182 and copies the value into the newly allocated memory region.
184 the address of the allocated memory in
190 memory allocation failed.
191 Allocated memory should be released when no longer required
194 The function might sleep when allocating memory.
197 allocates enough memory to hold the
202 copies the value into the newly allocated memory region, and
206 address of allocated memory is stored in
212 memory allocation failed or the size of the value is not
214 Allocated memory should be released when no longer required
217 The function might sleep when allocating memory.
220 allocates memory large enough to hold the
225 and copies the value into the newly allocated memory region.
230 the address of the allocated memory in
236 memory allocation failed or the size of the value is not
239 Allocated memory should be released when no longer required
242 The function might sleep when allocating memory.
245 allocates memory large enough to hold the
250 and copies the value into the newly allocated memory region, and
257 the address of the allocated memory in
263 memory allocation failed or the size of the value is not
266 Allocated memory should be released when no longer required
269 The function might sleep when allocating memory.
272 releases memory at