OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_granule
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
186
u8 *
short_granule
=
local
188
TagMemoryAligned((uptr)
short_granule
, kShadowAlignment,
190
short_granule
[kShadowAlignment - 1] = tag;
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
245
u8 *
short_granule
= reinterpret_cast<u8 *>(allocated) + full_granule_size;
local
246
TagMemoryAligned((uptr)
short_granule
, kShadowAlignment,
248
short_granule
[kShadowAlignment - 1] = tag;
Completed in 61 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026