Searched refs:AllocateObjectAndArray (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/client/ |
D | minidump_file_writer-inl.h | 64 inline bool TypedMDRVA<MDType>::AllocateObjectAndArray(size_t count, in AllocateObjectAndArray() function
|
D | minidump_file_writer.h | 243 bool AllocateObjectAndArray(size_t count, size_t size);
|
D | minidump_file_writer_unittest.cc | 99 ASSERT_TRUE(obj_array.AllocateObjectAndArray(count, in WriteFile()
|
D | minidump_file_writer.cc | 223 if (!mdstring.AllocateObjectAndArray(mdstring_length + 1, sizeof(uint16_t))) in WriteStringCore()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 429 if (!list.AllocateObjectAndArray(lwp_count - 1, sizeof(MDRawThread))) in WriteLwpListStream() 458 if (!cv.AllocateObjectAndArray(module_name_length + 1, sizeof(uint8_t))) in WriteCVRecord() 545 !list.AllocateObjectAndArray(module_count, MD_MODULE_SIZE)) { in WriteModuleListStream()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 382 if (!list.AllocateObjectAndArray(num_threads, sizeof(MDRawThread))) in WriteThreadListStream() 584 if (!list.AllocateObjectAndArray(num_output_mappings, MD_MODULE_SIZE)) in WriteMappings() 679 if (!list.AllocateObjectAndArray(memory_blocks_.size(), in WriteMemoryListStream() 859 if (!debug.AllocateObjectAndArray(1, dynamic_length)) in WriteDSODebugStream()
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 1003 if (!list.AllocateObjectAndArray(non_generator_thread_count, in WriteThreadListStream() 1087 if (!list.AllocateObjectAndArray(memory_count, in WriteMemoryListStream() 1437 if (!cv.AllocateObjectAndArray(module_name_length + 1, sizeof(uint8_t))) in WriteCVRecord() 1497 if (!list.AllocateObjectAndArray(image_count, MD_MODULE_SIZE)) in WriteModuleListStream()
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
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…
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
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…
|