Lines Matching refs:ProtectedMemoryAllocator
74 // The ProtectedMemoryAllocator class provides an Allocate() method which
79 ProtectedMemoryAllocator *gMasterAllocator = NULL;
80 ProtectedMemoryAllocator *gKeyValueAllocator = NULL;
81 ProtectedMemoryAllocator *gBreakpadAllocator = NULL;
97 ProtectedMemoryAllocator *allocator)
123 ProtectedMemoryAllocator *allocator_;
306 // since they were allocated by ProtectedMemoryAllocator objects.
611 new ProtectedMemoryAllocator(sizeof(ProtectedMemoryAllocator) * 2);
614 new (gMasterAllocator->Allocate(sizeof(ProtectedMemoryAllocator)))
615 ProtectedMemoryAllocator(sizeof(SimpleStringDictionary));
633 new (gMasterAllocator->Allocate(sizeof(ProtectedMemoryAllocator)))
634 ProtectedMemoryAllocator(breakpad_pool_size);
660 gKeyValueAllocator->~ProtectedMemoryAllocator();
665 gBreakpadAllocator->~ProtectedMemoryAllocator();
694 gKeyValueAllocator->~ProtectedMemoryAllocator();
695 gBreakpadAllocator->~ProtectedMemoryAllocator();