Ruby  2.4.2p198(2017-09-14revision59899)
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

◆ next

struct malloc_segment* malloc_segment::next

◆ sflags

flag_t malloc_segment::sflags

Definition at line 1974 of file dlmalloc.c.

◆ size

size_t malloc_segment::size

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