Searched refs:malloc_storage (Results 1 – 6 of 6) sorted by relevance
45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
120 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()162 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
57 malloc_storage().CommitBack(); in Destroy()
115 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
109 malloc_storage().CommitBack(); in Destroy()
366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()500 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()