Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_thread.h45 DFsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
Ddfsan_allocator.cpp103 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate()
138 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate()
Ddfsan_thread.cpp57 malloc_storage().CommitBack(); in Destroy()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
Dmsan_allocator.cpp169 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
220 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
Dmsan_thread.cpp58 malloc_storage().CommitBack(); in Destroy()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_thread.h127 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
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()
Dasan_thread.cpp107 malloc_storage().CommitBack(); in Destroy()