alloc_object 59 heap.c ret = alloc_object(inter, STRING_OBJECT); alloc_object 83 heap.c ret = alloc_object(inter, STRING_OBJECT); alloc_object 146 heap.c ret = alloc_object(inter, ARRAY_OBJECT); alloc_object 261 heap.c ret = alloc_object(inter, ASSOC_OBJECT); alloc_object 364 heap.c ret = alloc_object(inter, SCOPE_CHAIN_OBJECT); alloc_object 377 heap.c ret = alloc_object(inter, NATIVE_POINTER_OBJECT);