<< Previous | Next >>

pnel

word pnel( Pool_t * p );

Description

Return the number of elements that are in the pool, both free and used. This includes elements appended using pool_append() etc.

Parameters

p
Pool handle structure, as previously passed to pool_init() or pool_xinit().

Return value

Number of elements total

Library

POOL.LIB

See Also

pool_init, pool_xinit, pavail


Dynamic C Functions << Previous | Next >> rabbit.com