Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
Data Fields | |
size_t | prev_foot |
size_t | head |
struct malloc_tree_chunk * | fd |
struct malloc_tree_chunk * | bk |
struct malloc_tree_chunk * | child [2] |
struct malloc_tree_chunk * | parent |
bindex_t | index |
Definition at line 1859 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::bk |
Definition at line 1864 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::child[2] |
Definition at line 1866 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::fd |
Definition at line 1863 of file dlmalloc.c.
size_t malloc_tree_chunk::head |
Definition at line 1862 of file dlmalloc.c.
bindex_t malloc_tree_chunk::index |
Definition at line 1868 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::parent |
Definition at line 1867 of file dlmalloc.c.
size_t malloc_tree_chunk::prev_foot |
Definition at line 1861 of file dlmalloc.c.