Blender
V3.3
|
Public Attributes | |
int | tag1 |
size_t | len |
struct MemHead * | next |
struct MemHead * | prev |
const char * | name |
const char * | nextname |
int | tag2 |
short | pad1 |
short | alignment |
Definition at line 77 of file mallocn_guarded_impl.c.
short MemHead::alignment |
Definition at line 86 of file mallocn_guarded_impl.c.
Referenced by make_memhead_header(), MEM_guarded_dupallocN(), MEM_guarded_mallocN_aligned(), MEM_guarded_printmemlist_stats(), MEM_guarded_reallocN_id(), MEM_guarded_recallocN_id(), and rem_memblock().
size_t MemHead::len |
Definition at line 79 of file mallocn_guarded_impl.c.
Referenced by make_memhead_header(), MEM_guarded_allocN_len(), MEM_guarded_dupallocN(), MEM_guarded_freeN(), MEM_guarded_printmemlist_internal(), MEM_guarded_printmemlist_stats(), MEM_guarded_reallocN_id(), MEM_guarded_recallocN_id(), MEM_lockfree_callocN(), MEM_lockfree_mallocN(), and rem_memblock().
const char* MemHead::name |
Definition at line 81 of file mallocn_guarded_impl.c.
Referenced by check_memlist(), make_memhead_header(), MEM_guarded_dupallocN(), MEM_guarded_freeN(), MEM_guarded_name_ptr(), MEM_guarded_printmemlist_internal(), MEM_guarded_printmemlist_stats(), MEM_guarded_reallocN_id(), MEM_guarded_recallocN_id(), and rem_memblock().
struct MemHead* MemHead::next |
Definition at line 80 of file mallocn_guarded_impl.c.
Referenced by check_memlist(), make_memhead_header(), MEM_guarded_callbackmemlist(), MEM_guarded_printmemlist_internal(), MEM_guarded_printmemlist_stats(), and rem_memblock().
const char* MemHead::nextname |
Definition at line 82 of file mallocn_guarded_impl.c.
Referenced by check_memlist(), and make_memhead_header().
short MemHead::pad1 |
Definition at line 84 of file mallocn_guarded_impl.c.
Referenced by make_memhead_header().
struct MemHead * MemHead::prev |
Definition at line 80 of file mallocn_guarded_impl.c.
Referenced by check_memlist(), and rem_memblock().
int MemHead::tag1 |
Definition at line 78 of file mallocn_guarded_impl.c.
Referenced by check_memlist(), make_memhead_header(), and MEM_guarded_freeN().
int MemHead::tag2 |
Definition at line 83 of file mallocn_guarded_impl.c.
Referenced by check_memlist(), make_memhead_header(), and MEM_guarded_freeN().