Nvwa  1.1
Public Attributes | List of all members
nvwa::new_ptr_list_t Struct Reference

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

Collaboration diagram for nvwa::new_ptr_list_t:
[legend]

Public Attributes

new_ptr_list_tnext
 Pointer to the next memory block.
 
new_ptr_list_tprev
 Pointer to the previous memory block.
 
size_t size
 Size of the memory block.
 
unsigned line:31
 Line number of the caller; or 0.
 
unsigned is_array:1
 Non-zero iff new[] is used.
 
void ** stacktrace
 Pointer to stack trace information.
 
unsigned magic
 Magic number for error detection.
 
char file [_DEBUG_NEW_FILENAME_LEN]
 File name of the caller.
 
void * addr
 Address of the caller to new.
 

Detailed Description

Structure to store the position information where new occurs.


The documentation for this struct was generated from the following file: