Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDbcache.c268 struct bcache *b = XCALLOC (1, struct bcache); in bcache_xmalloc()
327 int *chain_length = XCALLOC (c->num_buckets + 1, int); in print_bcache_statistics()
328 int *entry_size = XCALLOC (c->unique_count + 1, int); in print_bcache_statistics()
HDamd64nbsd-tdep.c109 tdep->sc_reg_offset = XCALLOC (tdep->sc_num_regs, int); in amd64nbsd_init_abi()
HDframe-unwind.c52 struct frame_unwind_table *table = XCALLOC (1, struct frame_unwind_table); in frame_unwind_init()
HDframe-base.c81 struct frame_base_table *table = XCALLOC (1, struct frame_base_table); in frame_base_init()
HDregcache.c319 = XCALLOC (descr->sizeof_raw_registers, char); in regcache_xmalloc()
321 = XCALLOC (descr->sizeof_raw_register_valid_p, char); in regcache_xmalloc()
HDdefs.h880 #define XCALLOC(NMEMB, TYPE) ((TYPE*) xcalloc ((NMEMB), sizeof (TYPE))) macro
HDobjfiles.c865 objfile->data = XCALLOC (objfile->num_data, void *); in objfile_alloc_data()
HDs390-tdep.c2995 tdep = XCALLOC (1, struct gdbarch_tdep); in s390_gdbarch_init()
/trueos/gnu/usr.bin/grep/
HDxalloc.h65 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro
/trueos/contrib/diff/lib/
HDxalloc.h82 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
/trueos/contrib/texinfo/lib/
HDxalloc.h79 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro