OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScanRangeForPointers
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_common_linux.cc
73
ScanRangeForPointers
(begin, allocator_begin, frontier, "GLOBAL",
76
ScanRangeForPointers
(allocator_end, end, frontier, "GLOBAL",
79
ScanRangeForPointers
(begin, end, frontier, "GLOBAL", kReachable);
lsan_common.cc
161
void
ScanRangeForPointers
(uptr begin, uptr end,
200
ScanRangeForPointers
(begin, end, frontier, "FAKE STACK", kReachable);
232
ScanRangeForPointers
(registers_begin, registers_end, frontier,
246
ScanRangeForPointers
(stack_begin, stack_end, frontier, "STACK",
254
ScanRangeForPointers
(tls_begin, tls_end, frontier, "TLS", kReachable);
261
ScanRangeForPointers
(tls_begin, cache_begin, frontier, "TLS",
264
ScanRangeForPointers
(cache_end, tls_end, frontier, "TLS", kReachable);
285
ScanRangeForPointers
(intersection_begin, intersection_end, frontier,
306
ScanRangeForPointers
(next_chunk, next_chunk + m.requested_size(), frontier,
317
ScanRangeForPointers
(chunk, chunk + m.requested_size()
[
all
...]
lsan_common.h
127
void
ScanRangeForPointers
(uptr begin, uptr end,
Completed in 456 milliseconds