Page MenuHomePhorge

gc.h
No OneTemporary

Size
409 B
Referenced Files
None
Subscribers
None
#ifndef GC_H
#define GC_H
#include <types.h>
#include <stddef.h>
#define GC_FWD_LOAD_FACTOR 70
#define GC_ROOTS_INITIAL_CAP 32
#define GC_FWD_ARGS jsval_t (*fwd_val)(void *ctx, jsval_t old), void *ctx
#define GC_UPDATE_ARGS ant_t *js, jsoff_t (*fwd_off)(void *ctx, jsoff_t old), GC_FWD_ARGS
#define GC_OP_VAL_ARGS void (*op_val)(void *ctx, jsval_t *val), void *ctx
size_t js_gc_compact(ant_t *js);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sat, Aug 1, 1:08 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
587671
Default Alt Text
gc.h (409 B)

Event Timeline