Searched refs:lisp_debug (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp.c115 static void lisp_debug(struct alisp_instance *instance, const char *fmt, ...) function
138 lisp_debug(instance, "allocating cons %p", p);
143 lisp_debug(instance, "recycling cons %p", p);
183 lisp_debug(instance, "delete cons %p (type = %i, refs = %i) (s = '%s')", p, alisp_get_type(p), alisp_get_refs(p),
192 lisp_debug(instance, "freed cons %p", p);
196 lisp_debug(instance, "moved cons %p to free list", p);
268 lisp_debug(instance, "freeing pair: '%s' -> %p", pair->name, pair->value);
293 lisp_debug(instance, "freed (all) cons %p", p);
3187 lisp_debug(instance, "** objects after operation");
3249 lisp_debug(instanc
[all...]

Completed in 166 milliseconds