|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Definition at line 83 of file debug_heap.cpp.
| _CrtMemBlockHeader* _CrtMemBlockHeader::_block_header_next |
Definition at line 85 of file debug_heap.cpp.
Referenced by _CrtCheckMemory(), and realloc_dbg_nolock().
| _CrtMemBlockHeader* _CrtMemBlockHeader::_block_header_prev |
Definition at line 86 of file debug_heap.cpp.
Referenced by heap_alloc_dbg_internal(), and realloc_dbg_nolock().
| int _CrtMemBlockHeader::_block_use |
Definition at line 90 of file debug_heap.cpp.
Referenced by _CrtReportBlockType(), and realloc_dbg_nolock().
| size_t _CrtMemBlockHeader::_data_size |
Definition at line 91 of file debug_heap.cpp.
Definition at line 87 of file debug_heap.cpp.
| unsigned char _CrtMemBlockHeader::_gap[no_mans_land_size] |
Definition at line 94 of file debug_heap.cpp.
Referenced by _aligned_offset_malloc_dbg(), and _aligned_offset_realloc_dbg().
| int _CrtMemBlockHeader::_line_number |
Definition at line 88 of file debug_heap.cpp.
| long _CrtMemBlockHeader::_request_number |
Definition at line 93 of file debug_heap.cpp.