OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_chunk_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
asan.cc
3726
LAST_CHUNK_SIZE
is greater than zero in situation where we are at the
3734
unsigned
last_chunk_size
)
3756
if (
last_chunk_size
&& !is_clobber)
3762
shadow_c =
last_chunk_size
;
3862
unsigned HOST_WIDE_INT
last_chunk_size
= 0;
local
3865
last_chunk_size
= ASAN_SHADOW_GRANULARITY - (s - size_in_bytes);
3868
size,
last_chunk_size
);
/src/external/gpl3/gcc.old/dist/gcc/
asan.cc
3670
LAST_CHUNK_SIZE
is greater than zero in situation where we are at the
3678
unsigned
last_chunk_size
)
3700
if (
last_chunk_size
&& !is_clobber)
3706
shadow_c =
last_chunk_size
;
3806
unsigned HOST_WIDE_INT
last_chunk_size
= 0;
local
3809
last_chunk_size
= ASAN_SHADOW_GRANULARITY - (s - size_in_bytes);
3812
size,
last_chunk_size
);
Completed in 25 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026