HomeSort by: relevance | last modified time | path
    Searched defs:OBSTACK_ZALLOC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_obstack.h 29 obstack_zalloc (struct obstack *ob) function
31 static_assert (IsMallocable<T>::value, "Trying to use OBSTACK_ZALLOC with a \
36 #define OBSTACK_ZALLOC(OBSTACK,TYPE) obstack_zalloc<TYPE> ((OBSTACK))
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_obstack.h 29 obstack_zalloc (struct obstack *ob) function
31 static_assert (IsMallocable<T>::value, "Trying to use OBSTACK_ZALLOC with a \
36 #define OBSTACK_ZALLOC(OBSTACK,TYPE) obstack_zalloc<TYPE> ((OBSTACK))

Completed in 25 milliseconds