Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
Data Fields | |
size_t | prev_foot |
size_t | head |
struct malloc_chunk * | fd |
struct malloc_chunk * | bk |
Definition at line 1654 of file dlmalloc.c.
struct malloc_chunk* malloc_chunk::bk |
Definition at line 1658 of file dlmalloc.c.
struct malloc_chunk* malloc_chunk::fd |
Definition at line 1657 of file dlmalloc.c.
Referenced by dlmalloc().
size_t malloc_chunk::head |
Definition at line 1656 of file dlmalloc.c.
Referenced by dlfree().
size_t malloc_chunk::prev_foot |
Definition at line 1655 of file dlmalloc.c.
Referenced by dlfree().