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 - 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
Indexes created Sun Mar 01 05:31:48 UTC 2026