OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XNEW
(Results
1 - 8
of
8
) sorted by relevancy
/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>()
/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/binutils/dist/include/
libiberty.h
380
#define
XNEW
(T) ((T *) xmalloc (sizeof (T)))
/src/external/gpl3/binutils.old/dist/include/
libiberty.h
380
#define
XNEW
(T) ((T *) xmalloc (sizeof (T)))
/src/external/gpl3/gcc/dist/include/
libiberty.h
358
#define
XNEW
(T) ((T *) xmalloc (sizeof (T)))
/src/external/gpl3/gcc.old/dist/include/
libiberty.h
358
#define
XNEW
(T) ((T *) xmalloc (sizeof (T)))
/src/external/gpl3/gdb.old/dist/include/
libiberty.h
358
#define
XNEW
(T) ((T *) xmalloc (sizeof (T)))
/src/external/gpl3/gdb/dist/include/
libiberty.h
380
#define
XNEW
(T) ((T *) xmalloc (sizeof (T)))
Completed in 20 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026