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


Public Member Functions | |
| ACE_Malloc_LIFO_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 158 of file Malloc_T.inl. References ACE_MEM_POOL_2. 
 00160 : ACE_Malloc_LIFO_Iterator_T<ACE_MEM_POOL_2, ACE_LOCK, ACE_Control_Block> (malloc, name) 00161 { 00162 }  | 
  
 
1.3.6