|  | GnuCOBOL
    2.0
    A free COBOL compiler | 

| Data Fields | |
| struct cob_alloc_cache * | next | 
| void * | cob_pointer | 
| size_t | size | 
| void* cob_alloc_cache::cob_pointer | 
Definition at line 107 of file common.c.
Referenced by cob_allocate(), cob_cache_free(), cob_cache_malloc(), cob_cache_realloc(), cob_exit_common(), and cob_free_alloc().
| struct cob_alloc_cache* cob_alloc_cache::next | 
Definition at line 106 of file common.c.
Referenced by cob_allocate(), cob_cache_free(), cob_cache_malloc(), cob_cache_realloc(), cob_exit_common(), and cob_free_alloc().
| size_t cob_alloc_cache::size | 
Definition at line 108 of file common.c.
Referenced by cob_allocate(), cob_cache_malloc(), and cob_cache_realloc().