Skip to content

Struct malloc_chunk

ClassList > malloc_chunk

Public Attributes

Type Name
struct malloc_chunk * bk
struct malloc_chunk * fd
size_t head
size_t prev_foot

Public Attributes Documentation

variable bk

struct malloc_chunk* malloc_chunk::bk;

variable fd

struct malloc_chunk* malloc_chunk::fd;

variable head

size_t malloc_chunk::head;

variable prev_foot

size_t malloc_chunk::prev_foot;


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