Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.h21 struct MsanThreadLocalMallocStorage { struct
29 MsanThreadLocalMallocStorage() {} in MsanThreadLocalMallocStorage() function
Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage()
63 MsanThreadLocalMallocStorage malloc_storage_;
Dmsan_allocator.cc100 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache()
106 void MsanThreadLocalMallocStorage::CommitBack() { in CommitBack()