Home
last modified time | relevance | path

Searched refs:XCALLOC (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dtommath.h116 #define XCALLOC calloc macro
121 extern void *XCALLOC(size_t n, size_t s);
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201416186 * defs.h (XCALLOC): Remove.
16187 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
16188 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
16193 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
16194 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
16196 XCALLOC.
16199 XCALLOC.
16200 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
16201 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
16203 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
[all …]
DChangeLog-20075308 (i386_gdbarch_init): Use XCALLOC to allocate tdep structure.
5318 (rs6000_gdbarch_init): Use XCALLOC to allocate tdep structure.
DChangeLog-20097189 * minsyms.c (prim_record_minimal_symbol_and_info): Use XCALLOC.
12935 with a call to XZALLOC or XCALLOC, and pairs of calls to
DChangeLog-20031600 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
10278 (trace_command): Use XCALLOC.
DChangeLog-2001705 * regcache.c (XCALLOC): Delete macro that should not have been
DChangeLog-201311318 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
DChangeLog-20027635 * defs.h (XCALLOC): Define.