OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xresizevec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
poison.h
158
xresizevec
(T *p, size_t n)
function
160
static_assert (IsMallocable<T>::value, "Trying to use
XRESIZEVEC
with a \
162
return
XRESIZEVEC
(T, p, n);
165
#undef
XRESIZEVEC
166
#define
XRESIZEVEC
(T, P, N)
xresizevec
<T> (P, N)
/src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h
158
xresizevec
(T *p, size_t n)
function
160
static_assert (IsMallocable<T>::value, "Trying to use
XRESIZEVEC
with a \
162
return
XRESIZEVEC
(T, p, n);
165
#undef
XRESIZEVEC
166
#define
XRESIZEVEC
(T, P, N)
xresizevec
<T> (P, N)
Completed in 20 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026