#include <gc_private.h>
Data Fields | |
ptr_t * | ok_freelist |
struct hblk ** | ok_reclaim_list |
mark_proc | ok_mark_proc |
bool | ok_init |
Definition at line 602 of file gc_private.h.
Definition at line 603 of file gc_private.h.
Referenced by GC_allocobj(), GC_free(), GC_generic_malloc(), GC_generic_malloc_words_small(), GC_new_hblk(), GC_reclaim_small_nonempty_block(), and GC_start_reclaim().
struct hblk** obj_kind::ok_reclaim_list [read] |
Definition at line 611 of file gc_private.h.
Referenced by GC_free(), GC_new_hblk(), and GC_reclaim_small_nonempty_block().