Remove unused allocatable_pages field in objspace
This commit is contained in:
parent
da0460a2e1
commit
ae84c017d6
@ -511,7 +511,6 @@ typedef struct rb_objspace {
|
||||
struct {
|
||||
struct heap_page **sorted;
|
||||
size_t allocated_pages;
|
||||
size_t allocatable_pages;
|
||||
size_t sorted_length;
|
||||
uintptr_t range[2];
|
||||
size_t freeable_pages;
|
||||
|
Loading…
x
Reference in New Issue
Block a user