Lines Matching refs:allocator
587 google_breakpad::PageAllocator allocator;
589 char* log_path = reinterpret_cast<char*>(allocator.Alloc(log_path_len + 1));
875 void LoadDataFromFD(google_breakpad::PageAllocator& allocator,
886 *file_data = reinterpret_cast<uint8_t*>(allocator.Alloc(st.st_size));
910 void LoadDataFromFile(google_breakpad::PageAllocator& allocator,
924 LoadDataFromFD(allocator, *fd, true, file_data, size);
937 google_breakpad::PageAllocator* allocator) {
974 char* const header = reinterpret_cast<char*>(allocator->Alloc(
984 char* const post_file = reinterpret_cast<char*>(allocator->Alloc(
1011 google_breakpad::PageAllocator* allocator) {
1021 char* link = reinterpret_cast<char*>(allocator->Alloc(kMaxSize));
1044 google_breakpad::PageAllocator allocator;
1051 exe_buf = GetCrashingProcessName(info, &allocator);
1068 LoadDataFromFD(allocator, info.fd, false, &dump_data, &dump_size);
1072 LoadDataFromFile(allocator, info.filename, &dumpfd, &dump_data, &dump_size);
1081 LoadDataFromFile(allocator, info.log_filename, &logfd, &log_data, &log_size);
1503 allocator.Alloc(done_filename_len));
1570 &allocator);