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

/freebsd-10-stable/contrib/gdb/gdb/
H A Damd64nbsd-tdep.c110 tdep->sc_reg_offset = XCALLOC (tdep->sc_num_regs, int);
H A Dframe-unwind.c52 struct frame_unwind_table *table = XCALLOC (1, struct frame_unwind_table);
H A Dframe-base.c81 struct frame_base_table *table = XCALLOC (1, struct frame_base_table);
H A Dbcache.c272 struct bcache *b = XCALLOC (1, struct bcache);
332 int *chain_length = XCALLOC (c->num_buckets + 1, int);
333 int *entry_size = XCALLOC (c->unique_count + 1, int);
H A Ddefs.h883 #define XCALLOC(NMEMB, TYPE) ((TYPE*) xcalloc ((NMEMB), sizeof (TYPE)))
880 #define XCALLOC macro
H A Dobjfiles.c868 objfile->data = XCALLOC (objfile->num_data, void *);
H A Dregcache.c319 = XCALLOC (descr->sizeof_raw_registers, char);
321 = XCALLOC (descr->sizeof_raw_register_valid_p, char);
H A Ds390-tdep.c2995 tdep = XCALLOC (1, struct gdbarch_tdep);
/freebsd-10-stable/contrib/diff/lib/
H A Dxalloc.h82 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
/freebsd-10-stable/contrib/texinfo/lib/
H A Dxalloc.h79 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dxalloc.h65 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro

Completed in 396 milliseconds