Lines Matching refs:allocate
6 can create any number of separate obstacks, and then allocate objects in
54 obstacks, or you can allocate obstacks dynamically like any other kind
56 variable number of different stacks. (You can even allocate an
68 The obstack library obtains a new chunk whenever you allocate an object
90 obstack library. One, @code{obstack_chunk_alloc}, is used to allocate
125 Here are two examples of how to allocate the space for an obstack and
148 @code{obstack} uses when @code{obstack_chunk_alloc} fails to allocate
166 The most direct way to allocate an object in an obstack is with
174 to allocate the block in; it is the address of the @code{struct obstack}
179 it needs to allocate a new chunk of memory; it calls
200 To allocate a block with specified contents, use the function
558 allocate will start (once again assuming it fits in the current
657 If you allocate chunks with @code{malloc}, the chunk size should be a