Blender V2.61 - r43446
Public Attributes

MemHead Struct Reference

List of all members.

Public Attributes

int tag1
size_t len
struct MemHeadnext
struct MemHeadprev
const char * name
const char * nextname
int tag2
int mmap

Detailed Description

Definition at line 93 of file mallocn.c.


Member Data Documentation

size_t MemHead::len

Definition at line 100 of file mallocn.c.

Referenced by make_memhead_header(), MEM_dupallocN(), MEM_mapallocN(), and rem_memblock().

const char* MemHead::name
const char* MemHead::nextname

Definition at line 98 of file mallocn.c.

Referenced by check_memlist(), and make_memhead_header().

Definition at line 96 of file mallocn.c.

Referenced by check_memlist(), and rem_memblock().

Definition at line 94 of file mallocn.c.

Referenced by check_memlist(), make_memhead_header(), and MEM_freeN().

Definition at line 99 of file mallocn.c.

Referenced by check_memlist(), make_memhead_header(), and MEM_freeN().


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