libsc
2.8.7
The SC library provides support for parallel scientific applications.
|
The sc_recycle_array object provides an array of slots that can be reused. More...
#include <sc_containers.h>
Data Fields | |
size_t | elem_count |
Number of valid entries. | |
sc_array_t | a |
Array of objects contained. | |
sc_array_t | f |
Cache of freed objects. | |
The sc_recycle_array object provides an array of slots that can be reused.
It keeps a list of free slots in the array which will be used for insertion while available. Otherwise, the array is grown.