ALLOC_NODE         51 test/api/gc-bench.c     return ALLOC_NODE();
ALLOC_NODE         55 test/api/gc-bench.c   x = ALLOC_NODE();
ALLOC_NODE         66 test/api/gc-bench.c   potion_obj_set(P, PN_NIL, node, PN_left, ALLOC_NODE());
ALLOC_NODE         69 test/api/gc-bench.c   n = ALLOC_NODE();
ALLOC_NODE         71 test/api/gc-bench.c   potion_obj_set(P, PN_NIL, node, PN_right, ALLOC_NODE());
ALLOC_NODE         74 test/api/gc-bench.c   n = ALLOC_NODE();
ALLOC_NODE        109 test/api/gc-bench.c   long_lived = ALLOC_NODE();
ALLOC_NODE        125 test/api/gc-bench.c       temp = ALLOC_NODE();