Searched refs:SALLOC (Results 1 – 5 of 5) sorted by relevance
104 buf = SALLOC(buf_size); /* initial allocation (may grow!) */ in print_wires()
134 #define SALLOC(b) xmalloc((b)) macro
2103 * xref.c (SALLOC): Call xstrdup, not xmalloc/strcpy.4422 (SALLOC): Use xmalloc, not malloc.
4214 (SALLOC): Uppercase macro parameter.
8031 * include/am_utils.h (SALLOC): a simple macro to allocate N bytes.