Home
last modified time | relevance | path

Searched refs:NsanThreadLocalMallocStorage (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.h16 struct NsanThreadLocalMallocStorage { struct
24 NsanThreadLocalMallocStorage() {} in NsanThreadLocalMallocStorage() function
H A Dnsan_thread.h38 NsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage()
63 NsanThreadLocalMallocStorage malloc_storage_;
H A Dnsan_allocator.cpp77 static AllocatorCache *GetAllocatorCache(NsanThreadLocalMallocStorage *ms) { in GetAllocatorCache()
82 void NsanThreadLocalMallocStorage::Init() { in Init()
86 void NsanThreadLocalMallocStorage::CommitBack() { in CommitBack()