Searched refs:xcalloc (Results 1 - 25 of 91) sorted by relevance

1234

/haiku-buildtools/gcc/libiberty/
H A Dxmemdup.c1 /* xmemdup.c -- Duplicate a memory buffer, using xcalloc.
37 PTR output = xcalloc (1, alloc_size);
H A Dxmalloc.c38 @deftypefn Replacement void* xcalloc (size_t @var{nelem}, size_t @var{elsize})
155 xcalloc (size_t nelem, size_t elsize) function
H A Dfibheap.c60 return (fibheap_t) xcalloc (1, sizeof (struct fibheap));
69 node = (fibnode_t) xcalloc (1, sizeof *node);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dxmemdup.c1 /* xmemdup.c -- Duplicate a memory buffer, using xcalloc.
36 PTR output = xcalloc (1, alloc_size);
H A Dxmalloc.c38 @deftypefn Replacement void* xcalloc (size_t @var{nelem}, size_t @var{elsize})
155 xcalloc (size_t nelem, size_t elsize) function
H A Dfibheap.c60 return (fibheap_t) xcalloc (1, sizeof (struct fibheap));
69 node = (fibnode_t) xcalloc (1, sizeof *node);
/haiku-buildtools/gcc/gcc/
H A Dggc-none.c56 return xcalloc (size, 1);
H A Dmcf.c510 (fixup_vertex_p) xcalloc (fmax_num_vertices, sizeof (fixup_vertex_type));
514 (fixup_edge_p) xcalloc (fmax_num_edges, sizeof (fixup_edge_type));
517 (gcov_type *) xcalloc (1 + fnum_vertices_after_transform,
726 xcalloc (graph_size + 2, sizeof (int));
728 augmenting_path->bb_pred = (int *) xcalloc (graph_size, sizeof (int));
729 augmenting_path->is_visited = (int *) xcalloc (graph_size, sizeof (int));
1353 pred = (int *) xcalloc (fnum_vertices, sizeof (int));
1354 d = (gcov_type *) xcalloc (fnum_vertices, sizeof (gcov_type));
1355 cycle = (int *) xcalloc (fnum_vertices, sizeof (int));
H A Dlto-section-out.c283 xcalloc (1, sizeof (struct lto_simple_output_block)));
288 xcalloc (1, sizeof (struct lto_output_stream)));
H A Domega.h220 eqn res = (eqn) (xcalloc (n, sizeof (struct eqn_d)));
224 res[i].coef = (int *) (xcalloc (OMEGA_MAX_VARS + 1, sizeof (int)));
/haiku-buildtools/legacy/gcc/gcc/
H A Dcppalloc.c49 xcalloc (number, size) function
H A Dvarray.c40 varray_type ptr = (varray_type) xcalloc (VARRAY_HDR_SIZE + data_size, 1);
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dserver.c263 return xcalloc (1, 1);
278 return xcalloc (1, 1);
298 pz = xcalloc (1, 1);
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h285 extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC;
313 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
319 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T)))
326 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
/haiku-buildtools/legacy/gcc/include/
H A Dlibiberty.h141 extern PTR xcalloc PARAMS ((size_t, size_t));
/haiku-buildtools/gcc/libcc1/
H A Dcallbacks.cc54 free, xcalloc, free))
/haiku-buildtools/binutils/libiberty/
H A Dxmalloc.c39 @deftypefn Replacement void* xcalloc (size_t @var{nelem}, size_t @var{elsize})
156 xcalloc (size_t nelem, size_t elsize) function
H A Dfibheap.c60 return (fibheap_t) xcalloc (1, sizeof (struct fibheap));
69 node = (fibnode_t) xcalloc (1, sizeof *node);
/haiku-buildtools/legacy/binutils/binutils/
H A Dcoffgrok.c85 l = (struct coff_scope *) (xcalloc (sizeof (struct coff_scope), 1));
92 return (struct coff_symbol *) (xcalloc (sizeof (struct coff_symbol), 1));
131 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
163 (struct coff_reloc *) (xcalloc (section->reloc_count,
259 struct coff_line *res = (struct coff_line *) xcalloc (sizeof (struct coff_line), 1);
285 res->lines = (int *) (xcalloc (sizeof (int), c));
286 res->addresses = (int *) (xcalloc (sizeof (int), c));
619 n->section = (struct coff_isection *) xcalloc (sizeof (struct coff_isection), abfd->section_count + 1);
737 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov.h32 #ifndef xcalloc
33 #define xcalloc calloc macro
/haiku-buildtools/gcc/include/
H A Dlibiberty.h319 extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
350 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
358 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T)))
367 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
/haiku-buildtools/binutils/include/
H A Dlibiberty.h319 extern void *xcalloc (size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
350 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T)))
358 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T)))
367 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
/haiku-buildtools/legacy/gcc/libiberty/
H A Dxmalloc.c99 xcalloc (nelem, elsize) function
/haiku-buildtools/binutils/binutils/
H A Dcoffgrok.c68 return (struct coff_scope *) (xcalloc (sizeof (struct coff_scope), 1));
74 return (struct coff_symbol *) (xcalloc (sizeof (struct coff_symbol), 1));
116 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
152 (struct coff_reloc *) (xcalloc (section->reloc_count,
282 struct coff_line *res = (struct coff_line *) xcalloc (sizeof (struct coff_line), 1);
319 res->lines = (int *) (xcalloc (sizeof (int), c));
320 res->addresses = (int *) (xcalloc (sizeof (int), c));
748 n->section = (struct coff_isection *) xcalloc (sizeof (struct coff_isection), abfd->section_count + 1);
901 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
/haiku-buildtools/legacy/binutils/opcodes/
H A Dtic4x-dis.c698 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
700 optable_special = xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE);

Completed in 399 milliseconds

1234