Searched refs:AllocateObjectAndArray (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/ |
H A D | minidump_writer.cc | 390 if (!list.AllocateObjectAndArray(num_threads, sizeof(MDRawThread))) in WriteThreadListStream() 592 if (!list.AllocateObjectAndArray(num_output_mappings, MD_MODULE_SIZE)) in WriteMappings() 689 if (!cv.AllocateObjectAndArray(file_name_length + 1, sizeof(uint8_t))) in FillRawModule() 735 if (!list.AllocateObjectAndArray(memory_blocks_.size(), in WriteMemoryListStream() 915 if (!debug.AllocateObjectAndArray(1, dynamic_length)) in WriteDSODebugStream()
|
/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/ |
H A D | minidump_generator.cc | 433 if (!list.AllocateObjectAndArray(lwp_count - 1, sizeof(MDRawThread))) in WriteLwpListStream() 462 if (!cv.AllocateObjectAndArray(module_name_length + 1, sizeof(uint8_t))) in WriteCVRecord() 549 !list.AllocateObjectAndArray(module_count, MD_MODULE_SIZE)) { in WriteModuleListStream()
|
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/ |
H A D | minidump_generator.cc | 1008 if (!list.AllocateObjectAndArray(non_generator_thread_count, in WriteThreadListStream() 1092 if (!list.AllocateObjectAndArray(memory_count, in WriteMemoryListStream() 1442 if (!cv.AllocateObjectAndArray(module_name_length + 1, sizeof(uint8_t))) in WriteCVRecord() 1502 if (!list.AllocateObjectAndArray(image_count, MD_MODULE_SIZE)) in WriteModuleListStream()
|
/aosp_15_r20/external/google-breakpad/src/client/ |
H A D | minidump_file_writer-inl.h | 63 inline bool TypedMDRVA<MDType>::AllocateObjectAndArray(size_t count, in AllocateObjectAndArray() function
|
H A D | minidump_file_writer_unittest.cc | 102 ASSERT_TRUE(obj_array.AllocateObjectAndArray(count, in WriteFile()
|
H A D | minidump_file_writer.h | 242 bool AllocateObjectAndArray(size_t count, size_t size);
|
H A D | minidump_file_writer.cc | 226 if (!mdstring.AllocateObjectAndArray(mdstring_length + 1, sizeof(uint16_t))) in WriteStringCore()
|
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
H A D | null_read_av.sym | 74 FUNC 1cac 20 0 google_breakpad::TypedMDRVA<unsigned int>::AllocateObjectAndArray(unsigned long, uns… 147 FUNC 1ef8 20 0 google_breakpad::TypedMDRVA<MDString>::AllocateObjectAndArray(unsigned long, unsigne…
|
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
H A D | overflow.sym | 77 FUNC 1ebc 20 0 google_breakpad::TypedMDRVA<unsigned int>::AllocateObjectAndArray(unsigned long, uns… 150 FUNC 2108 20 0 google_breakpad::TypedMDRVA<MDString>::AllocateObjectAndArray(unsigned long, unsigne…
|