Lines Matching refs:ProtectedMemoryAllocator
79 // The ProtectedMemoryAllocator class provides an Allocate() method which
84 ProtectedMemoryAllocator *gMasterAllocator = NULL;
85 ProtectedMemoryAllocator *gKeyValueAllocator = NULL;
86 ProtectedMemoryAllocator *gBreakpadAllocator = NULL;
102 ProtectedMemoryAllocator *allocator)
128 ProtectedMemoryAllocator *allocator_;
426 // since they were allocated by ProtectedMemoryAllocator objects.
792 new ProtectedMemoryAllocator(sizeof(ProtectedMemoryAllocator) * 2);
795 new (gMasterAllocator->Allocate(sizeof(ProtectedMemoryAllocator)))
796 ProtectedMemoryAllocator(sizeof(SimpleStringDictionary));
814 new (gMasterAllocator->Allocate(sizeof(ProtectedMemoryAllocator)))
815 ProtectedMemoryAllocator(breakpad_pool_size);
841 gKeyValueAllocator->~ProtectedMemoryAllocator();
846 gBreakpadAllocator->~ProtectedMemoryAllocator();
875 gKeyValueAllocator->~ProtectedMemoryAllocator();
876 gBreakpadAllocator->~ProtectedMemoryAllocator();