_bigint Struct Reference

A big integer basic object. More...

#include <bigint_impl.h>


Data Fields

struct _bigintnext
 The next bigint in the cache.
short size
 The number of components in this bigint.
short max_comps
 The heapsize allocated for this bigint.
int refs
 An internal reference count.
compcomps
 A ptr to the actual component data.


Detailed Description

A big integer basic object.

Definition at line 52 of file bigint_impl.h.


Field Documentation

struct _bigint* _bigint::next [read]

The next bigint in the cache.

Definition at line 54 of file bigint_impl.h.

Referenced by alloc(), bi_free(), and bi_terminate().

The heapsize allocated for this bigint.

Definition at line 56 of file bigint_impl.h.

Referenced by alloc(), and more_comps().

An internal reference count.

Definition at line 57 of file bigint_impl.h.

Referenced by alloc(), bi_copy(), bi_depermanent(), bi_free(), and bi_permanent().


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

Generated on Tue Apr 6 20:02:01 2010 for gPXE by  doxygen 1.5.7.1