OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reallocator
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc
217
line_map_realloc
reallocator
= (set->
reallocator
local
218
? set->
reallocator
226
reallocator
(set->location_adhoc_data_map.data,
349
/* Set default
reallocator
(used for initial alloc too). */
350
set->
reallocator
= xrealloc;
425
buffer = set->
reallocator
(buffer, num_maps * size_of_a_map);
700
= (location_t*) set->
reallocator
(NULL,
/src/external/gpl3/gcc.old/dist/gcc/
input.cc
1895
gcc_assert (saved_line_table->
reallocator
);
1896
line_table->
reallocator
= saved_line_table->
reallocator
;
1911
gcc_assert (saved_line_table->
reallocator
);
1912
line_table->
reallocator
= saved_line_table->
reallocator
;
toplev.cc
758
/* A helper function; used as the
reallocator
function for cpp's line
1090
line_table->
reallocator
= realloc_for_line_map;
genmatch.cc
5227
line_table->
reallocator
= xrealloc;
/src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h
809
line_map_realloc GTY((callback))
reallocator
;
/src/external/gpl3/gcc/dist/libcpp/
line-map.cc
233
line_map_realloc
reallocator
= (m_reallocator
local
242
reallocator
(m_location_adhoc_data_map.data,
432
/* Set default
reallocator
(used for initial alloc too). */
Completed in 46 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026