Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
malloc_chunk Struct Reference

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_chunkfd
 
struct malloc_chunkbk
 

Detailed Description

Definition at line 1654 of file dlmalloc.c.

Field Documentation

◆ bk

struct malloc_chunk* malloc_chunk::bk

Definition at line 1658 of file dlmalloc.c.

◆ fd

struct malloc_chunk* malloc_chunk::fd

Definition at line 1657 of file dlmalloc.c.

Referenced by dlmalloc().

◆ head

size_t malloc_chunk::head

Definition at line 1656 of file dlmalloc.c.

Referenced by dlfree(), and dlmalloc().

◆ prev_foot

size_t malloc_chunk::prev_foot

Definition at line 1655 of file dlmalloc.c.

Referenced by dlfree().


The documentation for this struct was generated from the following file: