Searched refs:malloc_storage (Results 1 – 6 of 6) sorted by relevance
45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
57 malloc_storage().CommitBack(); in Destroy()
156 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
131 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
452 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()598 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()762 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in Purge()
104 malloc_storage().CommitBack(); in Destroy()