Lines Matching +full:line +full:- +full:orders
3 * Module Name: aslallocate -- Local memory allocation
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
164 * PARAMETERS: Size - Bytes to be allocated
170 * DESCRIPTION: Allocate zero-initialized memory. The point of this function
207 * PARAMETERS: None. Updates global line buffer pointers.
209 * RETURN: None. Reallocates the global line buffers
211 * DESCRIPTION: Called if the current line buffer becomes filled. Reallocates
212 * all global line buffers and updates AslGbl_LineBufferSize. NOTE:
226 /* Attempt to double the size of all line buffers */ in UtExpandLineBuffers()
232 "Increasing line buffer size from %u to %u\n", in UtExpandLineBuffers()
250 * PARAMETERS: Buffer - Buffer to realloc
251 * OldSize - Old size of Buffer
252 * NewSize - New size of Buffer
270 memset (*Buffer + OldSize, 0, NewSize - OldSize); in UtReallocLineBuffers()
274 printf ("Could not increase line buffer size from %u to %u\n", in UtReallocLineBuffers()
290 * DESCRIPTION: Free all line buffers