Home
last modified time | relevance | path

Searched refs:fallback_allocator_cache (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc126 static AllocatorCache fallback_allocator_cache; variable
160 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
208 AllocatorCache *cache = &fallback_allocator_cache; in MsanDeallocate()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp28 static AllocatorCache fallback_allocator_cache; variable
144 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate()
300 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp304 AllocatorCache fallback_allocator_cache; member
539 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
669 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
842 QuarantineCallback(&fallback_allocator_cache, in Purge()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc247 AllocatorCache fallback_allocator_cache; member
456 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
604 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
770 QuarantineCallback(&fallback_allocator_cache, in Purge()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc245 AllocatorCache fallback_allocator_cache; member
454 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
602 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
768 QuarantineCallback(&fallback_allocator_cache, in Purge()