HomeSort by: relevance | last modified time | path
    Searched refs:QuarantineCache (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 26 template<typename Node> class QuarantineCache;
79 typedef QuarantineCache<Callback> Cache;
202 class QuarantineCache {
204 explicit QuarantineCache(LinkerInitialized) {
207 QuarantineCache()
234 void Transfer(QuarantineCache *from_cache) {
255 void MergeBatches(QuarantineCache *to_deallocate) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_quarantine.h 25 template<typename Node> class QuarantineCache;
74 typedef QuarantineCache<Callback> Cache;
197 class QuarantineCache {
199 explicit QuarantineCache(LinkerInitialized) {
202 QuarantineCache()
229 void Transfer(QuarantineCache *from_cache) {
250 void MergeBatches(QuarantineCache *to_deallocate) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_quarantine.h 25 template<typename Node> class QuarantineCache;
78 typedef QuarantineCache<Callback> Cache;
202 class QuarantineCache {
204 explicit QuarantineCache(LinkerInitialized) {
207 QuarantineCache()
234 void Transfer(QuarantineCache *from_cache) {
255 void MergeBatches(QuarantineCache *to_deallocate) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_quarantine_test.cc 31 typedef QuarantineCache<QuarantineCallback> Cache;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 186 typedef AsanQuarantine::Cache QuarantineCache;
214 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
216 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
217 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
248 QuarantineCache fallback_quarantine_cache;
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 280 typedef AsanQuarantine::Cache QuarantineCache;
324 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
326 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
327 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
358 QuarantineCache fallback_quarantine_cache;
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 243 typedef AsanQuarantine::Cache QuarantineCache;
271 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
273 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
274 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
305 QuarantineCache fallback_quarantine_cache;

Completed in 19 milliseconds