Home
last modified time | relevance | path

Searched refs:SALLOC (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/am-utils/dist/libamu/
Dwire.c102 buf = SALLOC(buf_size); /* initial allocation (may grow!) */ in print_wires()
/netbsd/src/external/bsd/am-utils/dist/include/
Dam_utils.h142 #define SALLOC(b) xmalloc((b)) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-19992103 * xref.c (SALLOC): Call xstrdup, not xmalloc/strcpy.
4422 (SALLOC): Use xmalloc, not malloc.
DChangeLog-20024214 (SALLOC): Uppercase macro parameter.
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog9097 * include/am_utils.h (SALLOC): a simple macro to allocate N bytes.