Home | History | Annotate | Download | only in msan

Lines Matching refs:allocator

12 // MemorySanitizer allocator.
34 SecondaryAllocator> Allocator;
37 static Allocator allocator;
45 allocator.Init();
51 void *res = allocator.Allocate(&cache, size, alignment, false);
52 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(res));
70 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(p));
77 allocator.Deallocate(&cache, p);
88 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p));
90 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);