GnuCOBOL
2.0
A free COBOL compiler
|
#include <cobc.h>
Data Fields | |
struct cobc_mem_struct * | next |
void * | memptr |
size_t | memlen |
size_t cobc_mem_struct::memlen |
Definition at line 233 of file cobc.h.
Referenced by cobc_main_malloc(), cobc_main_realloc(), cobc_parse_malloc(), and cobc_parse_realloc().
void* cobc_mem_struct::memptr |
Definition at line 232 of file cobc.h.
Referenced by cobc_main_free(), cobc_main_malloc(), cobc_main_realloc(), cobc_parse_free(), cobc_parse_malloc(), cobc_parse_realloc(), and cobc_plex_malloc().
struct cobc_mem_struct* cobc_mem_struct::next |
Definition at line 231 of file cobc.h.
Referenced by cobc_free_mem(), cobc_main_free(), cobc_main_malloc(), cobc_main_realloc(), cobc_parse_free(), cobc_parse_malloc(), cobc_parse_realloc(), cobc_plex_malloc(), main(), and preprocess().