Parallel
persist.asc
Associated article: Persistence in a Programming Environment
Tags: C/C++ Parallel
_PERSISTENCE IN A PROGRAMMING ENVIRONMENT_
by Richard P. Gabriel
Example 1
(a)
struct resource_cast {
resource_cast* next;
};
(b)
void
res_pos_class::allocate_resource (int object_size){
/* free_list is NULL on entry */
/* On exit, a new segment of object ...


