![]() |
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 |
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 |
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 |
Referenced by cob_allocate(), cob_cache_malloc(), and cob_cache_realloc().