OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_space_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_linux.cpp
228
uptr
thread_space_end
=
local
230
ReserveShadowMemoryRange(thread_space_start,
thread_space_end
- 1,
232
ProtectGap(
thread_space_end
,
233
__hwasan_shadow_memory_dynamic_address -
thread_space_end
);
234
InitThreadList(thread_space_start,
thread_space_end
- thread_space_start);
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_linux.cpp
273
uptr
thread_space_end
=
local
275
ReserveShadowMemoryRange(thread_space_start,
thread_space_end
- 1,
277
ProtectGap(
thread_space_end
,
278
__hwasan_shadow_memory_dynamic_address -
thread_space_end
);
279
InitThreadList(thread_space_start,
thread_space_end
- thread_space_start);
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026