OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:combined_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
alloca.c
181
size_t
combined_size
= sizeof (header) + size;
local
182
if (
combined_size
< sizeof (header))
185
new = malloc (
combined_size
);
/src/external/gpl3/gdb.old/dist/gnulib/import/
alloca.c
181
size_t
combined_size
= sizeof (header) + size;
local
182
if (
combined_size
< sizeof (header))
185
new = malloc (
combined_size
);
/src/external/gpl2/texinfo/dist/lib/
alloca.c
204
size_t
combined_size
= sizeof (header) + size;
local
205
if (
combined_size
< sizeof (header))
208
new = malloc (
combined_size
);
/src/external/gpl2/xcvs/dist/lib/
alloca.c
204
size_t
combined_size
= sizeof (header) + size;
local
205
if (
combined_size
< sizeof (header))
208
new = malloc (
combined_size
);
Completed in 15 milliseconds
Indexes created Tue Apr 14 00:22:26 UTC 2026