Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
heap_page Struct Reference
Collaboration diagram for heap_page:
Collaboration graph
[legend]

Data Fields

struct RBasicfreelist
struct heap_pageprev
struct heap_pagenext
struct heap_pagefree_next
struct heap_pagefree_prev
mrb_bool old:1
RVALUE objects [MRB_HEAP_PAGE_SIZE]

Detailed Description

Definition at line 252 of file gc.c.

Field Documentation

struct heap_page* free_next

Definition at line 256 of file gc.c.

struct heap_page* free_prev

Definition at line 257 of file gc.c.

struct RBasic* freelist

Definition at line 253 of file gc.c.

struct heap_page* next

Definition at line 255 of file gc.c.

Definition at line 259 of file gc.c.

mrb_bool old

Definition at line 258 of file gc.c.

struct heap_page* prev

Definition at line 254 of file gc.c.


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