Blender V2.61 - r43446
|
Public Attributes | |
int | tag1 |
size_t | len |
struct MemHead * | next |
struct MemHead * | prev |
const char * | name |
const char * | nextname |
int | tag2 |
int | mmap |
size_t MemHead::len |
Definition at line 95 of file mallocn.c.
Referenced by make_memhead_header(), MEM_allocN_len(), MEM_dupallocN(), MEM_freeN(), MEM_printmemlist_internal(), MEM_printmemlist_stats(), MEM_reallocN(), and rem_memblock().
int MemHead::mmap |
Definition at line 100 of file mallocn.c.
Referenced by make_memhead_header(), MEM_dupallocN(), MEM_mapallocN(), and rem_memblock().
const char* MemHead::name |
Definition at line 97 of file mallocn.c.
Referenced by check_memlist(), make_memhead_header(), MEM_freeN(), MEM_name_ptr(), MEM_printmemlist_internal(), MEM_printmemlist_stats(), MEM_reallocN(), and rem_memblock().
struct MemHead* MemHead::next |
Definition at line 96 of file mallocn.c.
Referenced by check_memlist(), MEM_callbackmemlist(), MEM_printmemlist_internal(), MEM_printmemlist_stats(), MEM_testN(), and rem_memblock().
const char* MemHead::nextname |
Definition at line 98 of file mallocn.c.
Referenced by check_memlist(), and make_memhead_header().
struct MemHead * MemHead::prev |
Definition at line 96 of file mallocn.c.
Referenced by check_memlist(), and rem_memblock().
int MemHead::tag1 |
Definition at line 94 of file mallocn.c.
Referenced by check_memlist(), make_memhead_header(), and MEM_freeN().
int MemHead::tag2 |
Definition at line 99 of file mallocn.c.
Referenced by check_memlist(), make_memhead_header(), and MEM_freeN().