OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocator_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
195
uptr allocator_begin = 0,
allocator_end
= 0;
local
196
GetAllocatorGlobalRange(&allocator_begin, &
allocator_end
);
198
CHECK_LE(allocator_begin,
allocator_end
);
199
CHECK_LE(
allocator_end
, end);
203
if (
allocator_end
< end)
204
ScanRangeForPointers(
allocator_end
, end, frontier, "GLOBAL", kReachable);
lsan_common.cc
195
uptr allocator_begin = 0,
allocator_end
= 0;
local
196
GetAllocatorGlobalRange(&allocator_begin, &
allocator_end
);
198
CHECK_LE(allocator_begin,
allocator_end
);
199
CHECK_LE(
allocator_end
, end);
203
if (
allocator_end
< end)
204
ScanRangeForPointers(
allocator_end
, end, frontier, "GLOBAL", kReachable);
Completed in 33 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026