Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
Dmsan_allocator.cc120 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
162 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
Dmsan_thread.cc57 malloc_storage().CommitBack(); in Destroy()
/external/compiler-rt/lib/asan/
Dasan_thread.h124 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
Dasan_thread.cc109 malloc_storage().CommitBack(); in Destroy()
Dasan_allocator.cc366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
499 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()