CUBRID Engine
latest
|
Public Attributes | |
size_t | prev_foot |
size_t | head |
struct malloc_chunk * | fd |
struct malloc_chunk * | bk |
Definition at line 1658 of file malloc_2_8_3.c.
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::head |
Definition at line 1661 of file malloc_2_8_3.c.
Referenced by add_segment(), change_mparam(), dlfree(), dlmalloc(), dlmallopt(), init_top(), internal_mallinfo(), internal_malloc_stats(), internal_memalign(), internal_realloc(), mmap_resize(), prepend_alloc(), and sys_alloc().
size_t malloc_chunk::prev_foot |
Definition at line 1660 of file malloc_2_8_3.c.
Referenced by change_mparam(), dlfree(), dlmallopt(), internal_memalign(), mmap_alloc(), and mmap_resize().