Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_allocator.cc110 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
153 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
HDmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
HDmsan_thread.cc57 malloc_storage().CommitBack(); in Destroy()
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_thread.h114 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
HDasan_thread.cc109 malloc_storage().CommitBack(); in Destroy()
HDasan_allocator.cc366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
500 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()