Nvwa
1.1
|
Structure to store the position information where new
occurs.
More...
Public Attributes | |
new_ptr_list_t * | next |
Pointer to the next memory block. | |
new_ptr_list_t * | prev |
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. | |
Structure to store the position information where new
occurs.