OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcalloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcse.cc
454
static void *
gcalloc
(size_t, size_t) ATTRIBUTE_MALLOC;
523
#define GCNEW(T) ((T *)
gcalloc
(1, sizeof (T)))
526
#define GCNEWVEC(T, N) ((T *)
gcalloc
((N), sizeof (T)))
529
#define GCNEWVAR(T, S) ((T *)
gcalloc
(1, (S)))
600
gcalloc
(size_t nelem, size_t elsize)
593
gcalloc
(size_t nelem, size_t elsize)
function
/src/external/gpl3/gcc.old/dist/gcc/
gcse.cc
454
static void *
gcalloc
(size_t, size_t) ATTRIBUTE_MALLOC;
523
#define GCNEW(T) ((T *)
gcalloc
(1, sizeof (T)))
526
#define GCNEWVEC(T, N) ((T *)
gcalloc
((N), sizeof (T)))
529
#define GCNEWVAR(T, S) ((T *)
gcalloc
(1, (S)))
600
gcalloc
(size_t nelem, size_t elsize)
593
gcalloc
(size_t nelem, size_t elsize)
function
Completed in 33 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026