Lines Matching full:allocated
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
27 @return A pointer to the allocated buffer or NULL if allocation fails.
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
46 @return A pointer to the allocated buffer or NULL if allocation fails.
59 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
65 @return A pointer to the allocated buffer or NULL if allocation fails.
75 Frees one or more 4KB pages that were previously allocated with one of the page allocation
79 must have been allocated on a previous call to the page allocation services of the Memory
80 Allocation Library. If it is not possible to free allocated pages, then this function will
83 If Buffer was not allocated with a page allocation function in the Memory Allocation Library,
102 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
113 @return A pointer to the allocated buffer or NULL if allocation fails.
127 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
138 @return A pointer to the allocated buffer or NULL if allocation fails.
152 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
163 @return A pointer to the allocated buffer or NULL if allocation fails.
174 Frees one or more 4KB pages that were previously allocated with one of the aligned page
178 must have been allocated on a previous call to the aligned page allocation services of the Memory
179 Allocation Library. If it is not possible to free allocated pages, then this function will
182 If Buffer was not allocated with an aligned page allocation function in the Memory Allocation
201 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is
206 @return A pointer to the allocated buffer or NULL if allocation fails.
219 a pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is
224 @return A pointer to the allocated buffer or NULL if allocation fails.
237 a pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is
242 @return A pointer to the allocated buffer or NULL if allocation fails.
255 buffer with zeros, and returns a pointer to the allocated buffer. If AllocationSize is 0, then a
261 @return A pointer to the allocated buffer or NULL if allocation fails.
274 buffer with zeros, and returns a pointer to the allocated buffer. If AllocationSize is 0, then a
280 @return A pointer to the allocated buffer or NULL if allocation fails.
293 buffer with zeros, and returns a pointer to the allocated buffer. If AllocationSize is 0, then a
299 @return A pointer to the allocated buffer or NULL if allocation fails.
309 Copies a buffer to an allocated buffer of type EfiBootServicesData.
312 AllocationSize bytes from Buffer to the newly allocated buffer, and returns a pointer to the
313 allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is returned. If there
320 @param Buffer The buffer to copy to the allocated buffer.
322 @return A pointer to the allocated buffer or NULL if allocation fails.
333 Copies a buffer to an allocated buffer of type EfiRuntimeServicesData.
336 AllocationSize bytes from Buffer to the newly allocated buffer, and returns a pointer to the
337 allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is returned. If there
344 @param Buffer The buffer to copy to the allocated buffer.
346 @return A pointer to the allocated buffer or NULL if allocation fails.
357 Copies a buffer to an allocated buffer of type EfiReservedMemoryType.
360 AllocationSize bytes from Buffer to the newly allocated buffer, and returns a pointer to the
361 allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is returned. If there
368 @param Buffer The buffer to copy to the allocated buffer.
370 @return A pointer to the allocated buffer or NULL if allocation fails.
385 NewSize bytes are copied from OldBuffer to the newly allocated buffer, and
386 OldBuffer is freed. A pointer to the newly allocated buffer is returned.
395 @param OldBuffer The buffer to copy to the allocated buffer. This is an optional
398 @return A pointer to the allocated buffer or NULL if allocation fails.
414 NewSize bytes are copied from OldBuffer to the newly allocated buffer, and
415 OldBuffer is freed. A pointer to the newly allocated buffer is returned.
424 @param OldBuffer The buffer to copy to the allocated buffer. This is an optional
427 @return A pointer to the allocated buffer or NULL if allocation fails.
443 NewSize bytes are copied from OldBuffer to the newly allocated buffer, and
444 OldBuffer is freed. A pointer to the newly allocated buffer is returned.
453 @param OldBuffer The buffer to copy to the allocated buffer. This is an optional
456 @return A pointer to the allocated buffer or NULL if allocation fails.
468 Frees a buffer that was previously allocated with one of the pool allocation functions in the
471 Frees the buffer specified by Buffer. Buffer must have been allocated on a previous call to the
475 If Buffer was not allocated with a pool allocation function in the Memory Allocation Library,