GDB (xrefs)
Public Attributes | List of all members
vec_prefix Struct Reference

Public Attributes

unsigned num
 
unsigned alloc
 
void * vec [1]
 

Detailed Description

Definition at line 23 of file vec.c.

Member Data Documentation

unsigned vec_prefix::alloc

Definition at line 26 of file vec.c.

Referenced by calculate_allocation(), and vec_o_reserve().

unsigned vec_prefix::num

Definition at line 25 of file vec.c.

Referenced by calculate_allocation().

void* vec_prefix::vec[1]

Definition at line 27 of file vec.c.

Referenced by vec_o_reserve().


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