Skip to content

Struct malloc_tree_chunk

ClassList > malloc_tree_chunk

Public Attributes

Type Name
struct malloc_tree_chunk * bk
struct malloc_tree_chunk * child
struct malloc_tree_chunk * fd
size_t head
bindex_t index
struct malloc_tree_chunk * parent
size_t prev_foot

Public Attributes Documentation

variable bk

struct malloc_tree_chunk* malloc_tree_chunk::bk;

variable child

struct malloc_tree_chunk* malloc_tree_chunk::child[2];

variable fd

struct malloc_tree_chunk* malloc_tree_chunk::fd;

variable head

size_t malloc_tree_chunk::head;

variable index

bindex_t malloc_tree_chunk::index;

variable parent

struct malloc_tree_chunk* malloc_tree_chunk::parent;

variable prev_foot

size_t malloc_tree_chunk::prev_foot;


The documentation for this class was generated from the following file cubrid/src/heaplayers/malloc_2_8_3.c