OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_vm
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc
234
uptr
max_vm
= GetMaxUserVirtualAddress() + 1;
local
235
if (
max_vm
!= Mapping::kHiAppMemEnd) {
237
max_vm
, Mapping::kHiAppMemEnd);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_mac.cpp
240
uptr
max_vm
= GetMaxUserVirtualAddress() + 1;
local
241
if (
max_vm
!= HiAppMemEnd()) {
243
(void *)
max_vm
, (void *)HiAppMemEnd());
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp
1183
static uptr
max_vm
= GetTaskInfoMaxAddress();
local
1184
if (
max_vm
!= 0) {
1185
const uptr ret_value =
max_vm
- 1;
1205
constexpr uptr
max_vm
= (1ULL << 47) - 1; // 0x00007fffffffffffUL;
local
1208
constexpr uptr
max_vm
= (1ULL << 32) - 1; // 0xffffffff;
1210
static_assert(
max_vm
<= SANITIZER_MMAP_RANGE_SIZE,
1212
return
max_vm
;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac.cc
964
static uptr
max_vm
= GetTaskInfoMaxAddress();
local
965
CHECK(
max_vm
);
966
return
max_vm
;
Completed in 32 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026