Searched refs:cache_begin (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.cpp | 29 uptr cache_begin; member 42 cache_begin_ = args->cache_begin; in OnStarted() 55 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 71 *cache_begin = context->cache_begin(); in GetThreadRangesLocked()
|
| H A D | lsan_fuchsia.cpp | 45 uptr cache_begin, cache_end; member 50 cache_begin_ = args->cache_begin; in OnStarted() 56 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 57 CHECK_EQ(args.cache_end - args.cache_begin, sizeof(AllocatorCache)); in ThreadStart() 74 static_cast<decltype(caches)>(arg)->push_back(ctx->cache_begin()); in GetAllThreadAllocatorCachesLocked()
|
| H A D | lsan_thread.h | 27 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
| H A D | lsan_common.cpp | 284 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 288 &cache_begin, &cache_end, &dtls); in ProcessThreads() 344 if (cache_begin == cache_end || tls_end < cache_begin || in ProcessThreads() 348 if (tls_begin < cache_begin) in ProcessThreads() 349 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
|
| H A D | lsan_common.h | 228 uptr *tls_begin, uptr *tls_end, uptr *cache_begin,
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 485 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 494 *cache_begin = 0; in GetThreadRangesLocked()
|