#include <Malloc_T.h>
Inheritance diagram for ACE_Malloc_FIFO_Iterator<, ACE_LOCK >:


Public Member Functions | |
| ACE_Malloc_FIFO_Iterator (ACE_Malloc< ACE_MEM_POOL_2, ACE_LOCK > &malloc, const char *name=0) | |
      
  | 
  ||||||||||||||||
| 
 If name = 0 it will iterate through everything else only through those entries whose name match. Definition at line 165 of file Malloc_T.inl. References ACE_MEM_POOL_2. 
 00167 : ACE_Malloc_FIFO_Iterator_T<ACE_MEM_POOL_2, ACE_LOCK, ACE_Control_Block> (malloc, name) 00168 { 00169 }  | 
  
 
1.3.6