Data Fields | |
size_t | prev_foot |
size_t | head |
struct malloc_chunk * | fd |
struct malloc_chunk * | bk |
Definition at line 1942 of file memory-gnu-internal.C.
Definition at line 1943 of file memory-gnu-internal.C.
Referenced by dlfree(), do_check_free_chunk(), do_check_mmapped_chunk(), internal_memalign(), mmap_alloc(), mmap_resize(), and mspace_free().
Definition at line 1944 of file memory-gnu-internal.C.
Referenced by add_segment(), CmiMemoryUsage(), dlfree(), dlmalloc(), do_check_any_chunk(), do_check_malloced_chunk(), do_check_mmapped_chunk(), do_check_smallbin(), init_top(), init_user_mstate(), internal_mallinfo(), internal_malloc_stats(), internal_memalign(), internal_realloc(), mmap_resize(), mspace_free(), mspace_malloc(), prepend_alloc(), sys_alloc(), and traverse_and_check().
struct malloc_chunk* malloc_chunk::fd [read] |
Definition at line 1945 of file memory-gnu-internal.C.
Referenced by bin_find(), dlmalloc(), do_check_free_chunk(), do_check_tree(), init_bins(), and mspace_malloc().
struct malloc_chunk* malloc_chunk::bk [read] |
Definition at line 1946 of file memory-gnu-internal.C.
Referenced by do_check_free_chunk(), do_check_smallbin(), do_check_tree(), and init_bins().