ACE
6.3.3
|
#include <Malloc_T.h>
Public Member Functions | |
ACE_Malloc_FIFO_Iterator (ACE_Malloc< ACE_MEM_POOL_2, ACE_LOCK > &malloc, const char *name=0) | |
Public Member Functions inherited from ACE_Malloc_FIFO_Iterator_T< ACE_MEM_POOL_2, ACE_LOCK, ACE_Control_Block > | |
ACE_Malloc_FIFO_Iterator_T (ACE_Malloc_T< ACE_MEM_POOL_2, ACE_LOCK, ACE_Control_Block > &malloc, const char *name=0) | |
~ACE_Malloc_FIFO_Iterator_T (void) | |
Destructor. More... | |
int | done (void) const |
Returns 1 when all items have been seen, else 0. More... | |
int | next (void *&next_entry) |
int | next (void *&next_entry, const char *&name) |
int | advance (void) |
int | start (void) |
void | dump (void) const |
Dump the state of an object. More... | |
Additional Inherited Members | |
Public Types inherited from ACE_Malloc_FIFO_Iterator_T< ACE_MEM_POOL_2, ACE_LOCK, ACE_Control_Block > | |
typedef ACE_Control_Block::ACE_Name_Node | NAME_NODE |
typedef ACE_Control_Block::ACE_Malloc_Header | MALLOC_HEADER |
Public Attributes inherited from ACE_Malloc_FIFO_Iterator_T< ACE_MEM_POOL_2, ACE_LOCK, ACE_Control_Block > | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
|
inline |
If name = 0 it will iterate through everything else only through those entries whose name match.