Lines Matching full:is
6 and SMM (for example) is done via a different mechanism. Using a common library interface makes it
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
22 is returned. If there is not enough memory remaining to satisfy the request, then NULL is
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
41 is returned. If there is not enough memory remaining to satisfy the request, then NULL is
59 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
60 is returned. If there is not enough memory remaining to satisfy the request, then NULL is
80 Allocation Library. If it is not possible to free allocated pages, then this function will
85 If Pages is zero, then ASSERT().
102 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
103 returned. If there is not enough memory at the specified alignment remaining to satisfy the
104 request, then NULL is returned.
106 If Alignment is not a power of two and Alignment is not zero, then ASSERT().
111 If Alignment is zero, then byte alignment is used.
127 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
128 returned. If there is not enough memory at the specified alignment remaining to satisfy the
129 request, then NULL is returned.
131 If Alignment is not a power of two and Alignment is not zero, then ASSERT().
136 If Alignment is zero, then byte alignment is used.
152 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
153 returned. If there is not enough memory at the specified alignment remaining to satisfy the
154 request, then NULL is returned.
156 If Alignment is not a power of two and Alignment is not zero, then ASSERT().
161 If Alignment is zero, then byte alignment is used.
179 Allocation Library. If it is not possible to free allocated pages, then this function will
184 If Pages is zero, then ASSERT().
201 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is
202 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned.
219 a pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is
220 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned.
237 a pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is
238 returned. If there is not enough memory remaining to satisfy the request, then NULL is returned.
255 buffer with zeros, and returns a pointer to the allocated buffer. If AllocationSize is 0, then a
256 valid buffer of 0 size is returned. If there is not enough memory remaining to satisfy the
257 request, then NULL is returned.
274 buffer with zeros, and returns a pointer to the allocated buffer. If AllocationSize is 0, then a
275 valid buffer of 0 size is returned. If there is not enough memory remaining to satisfy the
276 request, then NULL is returned.
293 buffer with zeros, and returns a pointer to the allocated buffer. If AllocationSize is 0, then a
294 valid buffer of 0 size is returned. If there is not enough memory remaining to satisfy the
295 request, then NULL is returned.
313 allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is returned. If there
314 is not enough memory remaining to satisfy the request, then NULL is returned.
316 If Buffer is NULL, then ASSERT().
317 If AllocationSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
337 allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is returned. If there
338 is not enough memory remaining to satisfy the request, then NULL is returned.
340 If Buffer is NULL, then ASSERT().
341 If AllocationSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
361 allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is returned. If there
362 is not enough memory remaining to satisfy the request, then NULL is returned.
364 If Buffer is NULL, then ASSERT().
365 If AllocationSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
384 EfiBootServicesData. If OldBuffer is not NULL, then the smaller of OldSize and
386 OldBuffer is freed. A pointer to the newly allocated buffer is returned.
387 If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
388 enough memory remaining to satisfy the request, then NULL is returned.
390 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
391 is greater than (MAX_ADDRESS - OldBuffer + 1), then ASSERT().
395 @param OldBuffer The buffer to copy to the allocated buffer. This is an optional
413 EfiRuntimeServicesData. If OldBuffer is not NULL, then the smaller of OldSize and
415 OldBuffer is freed. A pointer to the newly allocated buffer is returned.
416 If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
417 enough memory remaining to satisfy the request, then NULL is returned.
419 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
420 is greater than (MAX_ADDRESS - OldBuffer + 1), then ASSERT().
424 @param OldBuffer The buffer to copy to the allocated buffer. This is an optional
442 EfiReservedMemoryType. If OldBuffer is not NULL, then the smaller of OldSize and
444 OldBuffer is freed. A pointer to the newly allocated buffer is returned.
445 If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
446 enough memory remaining to satisfy the request, then NULL is returned.
448 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
449 is greater than (MAX_ADDRESS - OldBuffer + 1), then ASSERT().
453 @param OldBuffer The buffer to copy to the allocated buffer. This is an optional
472 pool allocation services of the Memory Allocation Library. If it is not possible to free pool