new_ptr_list_t Struct Reference

Structure to store the position information where new occurs. More...

Collaboration diagram for new_ptr_list_t:

Collaboration graph
[legend]
List of all members.

Public Attributes

new_ptr_list_tnext
new_ptr_list_tprev
size_t size
union {
   char   file [_DEBUG_NEW_FILENAME_LEN]
   void *   addr
}; 
unsigned line:31
unsigned is_array:1
unsigned magic

Detailed Description

Structure to store the position information where new occurs.


Member Data Documentation

new_ptr_list_t* new_ptr_list_t::next

new_ptr_list_t* new_ptr_list_t::prev

size_t new_ptr_list_t::size

char new_ptr_list_t::file[_DEBUG_NEW_FILENAME_LEN]

void* new_ptr_list_t::addr

union { ... }

unsigned new_ptr_list_t::line

unsigned new_ptr_list_t::is_array

unsigned new_ptr_list_t::magic


The documentation for this struct was generated from the following file:
Generated on Mon Dec 31 15:07:35 2007 for Nvwa by  doxygen 1.5.1