OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OBSTACK_CALLOC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_obstack.h
40
obstack_calloc
(struct obstack *ob, size_t number)
function
42
static_assert (IsMallocable<T>::value, "Trying to use
OBSTACK_CALLOC
with a \
48
#define
OBSTACK_CALLOC
(OBSTACK,NUMBER,TYPE) \
49
obstack_calloc
<TYPE> ((OBSTACK), (NUMBER))
/src/external/gpl3/gdb/dist/gdbsupport/
gdb_obstack.h
40
obstack_calloc
(struct obstack *ob, size_t number)
function
42
static_assert (IsMallocable<T>::value, "Trying to use
OBSTACK_CALLOC
with a \
48
#define
OBSTACK_CALLOC
(OBSTACK,NUMBER,TYPE) \
49
obstack_calloc
<TYPE> ((OBSTACK), (NUMBER))
Completed in 19 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026