VecGlobal

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

allocate
vec_t allocate(size_t numbits)
Undocumented in source. Be warned that the author may not have intended to support it.
dup
vec_t dup(vec_t v)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(vec_t v)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
terminate
void terminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

count
int count;
Undocumented in source.
freelist
vec_t[30] freelist;
Undocumented in source.
initcount
int initcount;
Undocumented in source.

Meta