
In the C programming language, Obstack is a memory-management GNU extension to the C standard library. An `obstack` is a `stack` of `objects` (data items) which is dynamically managed. It implements a region-based memory management scheme. Obstack code typically provides C macros which take care of memory allocation and management for the us...
Found on
http://en.wikipedia.org/wiki/Obstack
No exact match found.