Lines Matching refs:ProtectedMemoryAllocator
82 // The ProtectedMemoryAllocator class provides an Allocate() method which
87 ProtectedMemoryAllocator *gMasterAllocator = NULL;
88 ProtectedMemoryAllocator *gKeyValueAllocator = NULL;
89 ProtectedMemoryAllocator *gBreakpadAllocator = NULL;
105 ProtectedMemoryAllocator *allocator)
131 ProtectedMemoryAllocator *allocator_;
317 // since they were allocated by ProtectedMemoryAllocator objects.
667 new ProtectedMemoryAllocator(sizeof(ProtectedMemoryAllocator) * 2);
670 new (gMasterAllocator->Allocate(sizeof(ProtectedMemoryAllocator)))
671 ProtectedMemoryAllocator(sizeof(LongStringDictionary));
689 new (gMasterAllocator->Allocate(sizeof(ProtectedMemoryAllocator)))
690 ProtectedMemoryAllocator(breakpad_pool_size);
716 gKeyValueAllocator->~ProtectedMemoryAllocator();
721 gBreakpadAllocator->~ProtectedMemoryAllocator();
750 gKeyValueAllocator->~ProtectedMemoryAllocator();
751 gBreakpadAllocator->~ProtectedMemoryAllocator();