Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h45 DFsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Ddfsan_allocator.cpp103 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate()
138 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate()
H A Ddfsan_thread.cpp57 malloc_storage().CommitBack(); in Destroy()
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dmsan_allocator.cpp169 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
220 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
H A Dmsan_thread.cpp58 malloc_storage().CommitBack(); in Destroy()
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.h89 MemprofThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dmemprof_thread.cpp99 malloc_storage().CommitBack(); in Destroy()
H A Dmemprof_allocator.cpp380 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
472 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Deallocate()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.h127 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dasan_allocator.cpp525 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
652 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()
823 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in Purge()
H A Dasan_thread.cpp107 malloc_storage().CommitBack(); in Destroy()