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_begin
(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);
197
if (begin <=
allocator_begin
&&
allocator_begin
< end) {
198
CHECK_LE(
allocator_begin
, allocator_end);
200
if (begin <
allocator_begin
)
201
ScanRangeForPointers(begin,
allocator_begin
, frontier, "GLOBAL",
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp
222
uptr
allocator_begin
= 0, allocator_end = 0;
local
223
GetAllocatorGlobalRange(&
allocator_begin
, &allocator_end);
224
if (begin <=
allocator_begin
&&
allocator_begin
< end) {
225
CHECK_LE(
allocator_begin
, allocator_end);
227
if (begin <
allocator_begin
)
228
ScanRangeForPointers(begin,
allocator_begin
, frontier, "GLOBAL",
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026