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

  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 84 /* Poison XNEW and friends to catch usages of malloc-style allocations on
98 xnew () function
100 static_assert (IsMallocable<T>::value, "Trying to use XNEW with a non-POD \
102 return XNEW (T);
105 #undef XNEW
106 #define XNEW(T) xnew<T>()
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 84 /* Poison XNEW and friends to catch usages of malloc-style allocations on
98 xnew () function
100 static_assert (IsMallocable<T>::value, "Trying to use XNEW with a non-POD \
102 return XNEW (T);
105 #undef XNEW
106 #define XNEW(T) xnew<T>()

Completed in 27 milliseconds