Lines Matching refs:storage
5 @cindex storage allocation
18 * Memory Allocation:: Allocating storage for your program data
40 @dfn{frame}) or some secondary storage, usually disk space. The disk
97 some variables: C variables with the static storage class (@pxref{Memory
144 The @dfn{data segment} is working storage for the program. It can be
160 This section covers how ordinary programs manage storage for their data,
175 of automatic storage that are freed when the
193 @cindex static storage class
202 @cindex automatic storage class
204 In GNU C, the size of the automatic storage can be an expression
238 Dynamic allocation is not supported by C variables; there is no storage
2692 @cindex automatic storage with variable size
2904 segment or exceed the process' data storage limit (@pxref{Limits on
2907 The function is named for a common historical case where data storage
2908 and the stack are in the same segment. Data storage allocation grows
2920 exceed the process' data storage limit.
3033 the allocation of backing storage. The error can also occur if the new