Lines Matching defs:lisp_debug
116 static void lisp_debug(struct alisp_instance *instance, const char *fmt, ...)
139 lisp_debug(instance, "allocating cons %p", p);
144 lisp_debug(instance, "recycling cons %p", p);
184 lisp_debug(instance, "delete cons %p (type = %i, refs = %i) (s = '%s')", p, alisp_get_type(p), alisp_get_refs(p),
193 lisp_debug(instance, "freed cons %p", p);
197 lisp_debug(instance, "moved cons %p to free list", p);
269 lisp_debug(instance, "freeing pair: '%s' -> %p", pair->name, pair->value);
294 lisp_debug(instance, "freed (all) cons %p", p);
3188 lisp_debug(instance, "** objects after operation");
3249 lisp_debug(instance, "** objects after operation");