#include <ace/Malloc_T.h>
template<ACE_MEM_POOL_1, class ACE_LOCK> class ACE_Malloc_FIFO_Iterator : public ACE_Malloc_FIFO_Iterator_T<ACE_MEM_POOL_2, ACE_LOCK, ACE_Control_Block> {
public:
ACE_Malloc_FIFO_Iterator ( ACE_Malloc<ACE_MEM_POOL_2, ACE_LOCK> &malloc, const char *name = 0 );
};
ACE_Malloc_FIFO_Iterator (
ACE_Malloc<ACE_MEM_POOL_2, ACE_LOCK> &malloc,
const char *name = 0
);
name
= 0 it will iterate through everything else only
through those entries whose name
match.