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

Data Fields

char * base
 
size_t size
 
struct malloc_segmentnext
 
flag_t sflags
 

Detailed Description

Definition at line 1935 of file dlmalloc.c.

Field Documentation

◆ base

char* malloc_segment::base

Definition at line 1936 of file dlmalloc.c.

◆ next

struct malloc_segment* malloc_segment::next

Definition at line 1938 of file dlmalloc.c.

◆ sflags

flag_t malloc_segment::sflags

Definition at line 1974 of file dlmalloc.c.

◆ size

size_t malloc_segment::size

Definition at line 1937 of file dlmalloc.c.


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