CUBRID Engine  latest
malloc_chunk Struct Reference
Collaboration diagram for malloc_chunk:
Collaboration graph

Public Attributes

size_t prev_foot
 
size_t head
 
struct malloc_chunkfd
 
struct malloc_chunkbk
 

Detailed Description

Definition at line 1658 of file malloc_2_8_3.c.

Member Data Documentation

struct malloc_chunk* malloc_chunk::bk

Definition at line 1663 of file malloc_2_8_3.c.

Referenced by change_mparam(), and init_bins().

struct malloc_chunk* malloc_chunk::fd

Definition at line 1662 of file malloc_2_8_3.c.

Referenced by change_mparam(), dlmalloc(), dlmallopt(), and init_bins().

size_t malloc_chunk::prev_foot

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