Home
last modified time | relevance | path

Searched refs:malloc_storage (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dmsan_thread.cc57 malloc_storage().CommitBack(); in Destroy()
H A Dmsan_allocator.cc156 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.h131 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dasan_allocator.cc452 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
598 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()
762 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in Purge()
H A Dasan_thread.cc104 malloc_storage().CommitBack(); in Destroy()