Lines Matching defs:ms
88 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
89 CHECK(ms);
90 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator2_cache));
91 return reinterpret_cast<AllocatorCache *>(ms->allocator2_cache);
260 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
261 CHECK(ms);
262 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
263 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
485 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();
486 AllocatorCache *ac = GetAllocatorCache(ms);
487 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac),