Lines Matching full:allocation

4   The Memory Allocation Library abstracts various common memory allocation operations. This library
5 …allows code to be written in a phase-independent manner because the allocation of memory in PEI, D…
27 @return A pointer to the allocated buffer or NULL if allocation fails.
46 @return A pointer to the allocated buffer or NULL if allocation fails.
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
76 functions in the Memory Allocation Library.
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,
110 @param Alignment The requested alignment of the allocation. Must be a power of two.
113 @return A pointer to the allocated buffer or NULL if allocation fails.
135 @param Alignment The requested alignment of the allocation. Must be a power of two.
138 @return A pointer to the allocated buffer or NULL if allocation fails.
160 @param Alignment The requested alignment of the allocation. Must be a power of two.
163 @return A pointer to the allocated buffer or NULL if allocation fails.
175 allocation functions in the Memory Allocation Library.
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
206 @return A pointer to the allocated buffer or NULL if allocation fails.
224 @return A pointer to the allocated buffer or NULL if allocation fails.
242 @return A pointer to the allocated buffer or NULL if allocation fails.
261 @return A pointer to the allocated buffer or NULL if allocation fails.
280 @return A pointer to the allocated buffer or NULL if allocation fails.
299 @return A pointer to the allocated buffer or NULL if allocation fails.
322 @return A pointer to the allocated buffer or NULL if allocation fails.
346 @return A pointer to the allocated buffer or NULL if allocation fails.
370 @return A pointer to the allocated buffer or NULL if allocation fails.
390 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
398 @return A pointer to the allocated buffer or NULL if allocation fails.
419 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
427 @return A pointer to the allocated buffer or NULL if allocation fails.
448 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
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
469 Memory Allocation Library.
472 pool allocation services of the Memory Allocation Library. If it is not possible to free pool
475 If Buffer was not allocated with a pool allocation function in the Memory Allocation Library,