FreeBASIC  0.91.0
pool.bas File Reference
#include "pool.bi"
Include dependency graph for pool.bas:

Go to the source code of this file.

Functions

sub poolInit (byval_as_TPOOL_ptr pool, byval_as_integer items, byval_as_integer minlen, byval_as_integer maxlen)
 
sub poolEnd (byval_as_TPOOL_ptr pool)
 
function_as_any_ptr poolNewItem (byval_as_TPOOL_ptr pool, byval_as_integer len_)
 
sub poolDelItem (byval_as_TPOOL_ptr pool, byval_as_any_ptr node)
 

Variables

const VAR MIN_SIZE = 4
 

Function Documentation

sub poolDelItem ( byval_as_TPOOL_ptr  pool,
byval_as_any_ptr  node 
)

Definition at line 72 of file pool.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub poolEnd ( byval_as_TPOOL_ptr  pool)

Definition at line 35 of file pool.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub poolInit ( byval_as_TPOOL_ptr  pool,
byval_as_integer  items,
byval_as_integer  minlen,
byval_as_integer  maxlen 
)

Definition at line 12 of file pool.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_any_ptr poolNewItem ( byval_as_TPOOL_ptr  pool,
byval_as_integer  len_ 
)

Definition at line 44 of file pool.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const VAR MIN_SIZE = 4

Definition at line 8 of file pool.bas.