|
CUBRID Engine
latest
|

Public Attributes | |
| binmap_t | smallmap |
| binmap_t | treemap |
| size_t | dvsize |
| size_t | topsize |
| char * | least_addr |
| mchunkptr | dv |
| mchunkptr | top |
| size_t | trim_check |
| size_t | magic |
| mchunkptr | smallbins [(NSMALLBINS+1)*2] |
| tbinptr | treebins [NTREEBINS] |
| size_t | footprint |
| size_t | max_footprint |
| flag_t | mflags |
| msegment | seg |
Definition at line 2040 of file malloc_2_8_3.c.
| mchunkptr malloc_state::dv |
Definition at line 2047 of file malloc_2_8_3.c.
Referenced by change_mparam(), dlfree(), dlmallopt(), init_bins(), prepend_alloc(), and release_unused_segments().
| size_t malloc_state::dvsize |
Definition at line 2044 of file malloc_2_8_3.c.
Referenced by change_mparam(), dlfree(), dlmallopt(), init_bins(), prepend_alloc(), release_unused_segments(), and tmalloc_large().
| size_t malloc_state::footprint |
Definition at line 2053 of file malloc_2_8_3.c.
Referenced by change_mparam(), dlfree(), dlmallopt(), internal_mallinfo(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), release_unused_segments(), sys_alloc(), and sys_trim().
| char* malloc_state::least_addr |
Definition at line 2046 of file malloc_2_8_3.c.
Referenced by dlmallopt(), mmap_alloc(), mmap_resize(), and sys_alloc().
| size_t malloc_state::magic |
Definition at line 2050 of file malloc_2_8_3.c.
Referenced by dlmallopt(), and sys_alloc().
| size_t malloc_state::max_footprint |
Definition at line 2054 of file malloc_2_8_3.c.
Referenced by change_mparam(), dlmallopt(), internal_mallinfo(), internal_malloc_stats(), mmap_alloc(), mmap_resize(), and sys_alloc().
| flag_t malloc_state::mflags |
Definition at line 2055 of file malloc_2_8_3.c.
Referenced by dlmallopt().
| msegment malloc_state::seg |
Definition at line 2059 of file malloc_2_8_3.c.
Referenced by add_segment(), change_mparam(), dlmallopt(), has_segment_link(), init_bins(), internal_mallinfo(), internal_malloc_stats(), release_unused_segments(), segment_holding(), and sys_alloc().
| mchunkptr malloc_state::smallbins[(NSMALLBINS+1)*2] |
Definition at line 2051 of file malloc_2_8_3.c.
Referenced by init_bins().
| binmap_t malloc_state::smallmap |
Definition at line 2042 of file malloc_2_8_3.c.
Referenced by change_mparam(), and dlmallopt().
| mchunkptr malloc_state::top |
Definition at line 2048 of file malloc_2_8_3.c.
Referenced by add_segment(), change_mparam(), dlfree(), dlmallopt(), init_bins(), init_top(), internal_mallinfo(), internal_malloc_stats(), internal_realloc(), prepend_alloc(), sys_alloc(), and sys_trim().
| size_t malloc_state::topsize |
Definition at line 2045 of file malloc_2_8_3.c.
Referenced by change_mparam(), dlfree(), dlmallopt(), init_bins(), init_top(), internal_mallinfo(), internal_malloc_stats(), internal_realloc(), prepend_alloc(), sys_alloc(), and sys_trim().
Definition at line 2052 of file malloc_2_8_3.c.
Referenced by init_bins().
| binmap_t malloc_state::treemap |
Definition at line 2043 of file malloc_2_8_3.c.
Referenced by change_mparam(), dlmallopt(), tmalloc_large(), and tmalloc_small().
| size_t malloc_state::trim_check |
Definition at line 2049 of file malloc_2_8_3.c.
Referenced by init_top(), and sys_trim().