HomeSort by: relevance | last modified time | path
    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 17 milliseconds