Searched refs:XCALLOC (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | bcache.c | 268 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()
|
| HD | amd64nbsd-tdep.c | 109 tdep->sc_reg_offset = XCALLOC (tdep->sc_num_regs, int); in amd64nbsd_init_abi()
|
| HD | frame-unwind.c | 52 struct frame_unwind_table *table = XCALLOC (1, struct frame_unwind_table); in frame_unwind_init()
|
| HD | frame-base.c | 81 struct frame_base_table *table = XCALLOC (1, struct frame_base_table); in frame_base_init()
|
| HD | regcache.c | 319 = XCALLOC (descr->sizeof_raw_registers, char); in regcache_xmalloc() 321 = XCALLOC (descr->sizeof_raw_register_valid_p, char); in regcache_xmalloc()
|
| HD | defs.h | 880 #define XCALLOC(NMEMB, TYPE) ((TYPE*) xcalloc ((NMEMB), sizeof (TYPE))) macro
|
| HD | objfiles.c | 865 objfile->data = XCALLOC (objfile->num_data, void *); in objfile_alloc_data()
|
| HD | s390-tdep.c | 2995 tdep = XCALLOC (1, struct gdbarch_tdep); in s390_gdbarch_init()
|
| /trueos/gnu/usr.bin/grep/ |
| HD | xalloc.h | 65 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro
|
| /trueos/contrib/diff/lib/ |
| HD | xalloc.h | 82 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
|
| /trueos/contrib/texinfo/lib/ |
| HD | xalloc.h | 79 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
|