GnuCOBOL  2.0
A free COBOL compiler
cobc_mem_struct Struct Reference

#include <cobc.h>

Collaboration diagram for cobc_mem_struct:

Data Fields

struct cobc_mem_structnext
 
void * memptr
 
size_t memlen
 

Detailed Description

Definition at line 230 of file cobc.h.

Field Documentation

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

The documentation for this struct was generated from the following file: