HomeSort by relevance Sort by last modified time
    Searched refs:AllocateObjectAndArray (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 64 inline bool TypedMDRVA<MDType>::AllocateObjectAndArray(size_t count,
minidump_file_writer.h 243 bool AllocateObjectAndArray(size_t count, size_t size);
251 // Must have been allocated using AllocateObjectAndArray().
minidump_file_writer.cc 173 if (!mdstring.AllocateObjectAndArray(mdstring_length + 1, sizeof(uint16_t)))
minidump_file_writer_unittest.cc 99 ASSERT_TRUE(obj_array.AllocateObjectAndArray(count,
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 294 if (!list.AllocateObjectAndArray(num_threads, sizeof(MDRawThread)))
497 if (!list.AllocateObjectAndArray(num_output_mappings, MD_MODULE_SIZE))
593 if (!list.AllocateObjectAndArray(memory_blocks_.size(),
767 if (!debug.AllocateObjectAndArray(1, dynamic_length))
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 983 if (!list.AllocateObjectAndArray(non_generator_thread_count,
1067 if (!list.AllocateObjectAndArray(memory_count,
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 429 if (!list.AllocateObjectAndArray(lwp_count - 1, sizeof(MDRawThread)))
458 if (!cv.AllocateObjectAndArray(module_name_length + 1, sizeof(uint8_t)))
545 !list.AllocateObjectAndArray(module_count, MD_MODULE_SIZE)) {

Completed in 477 milliseconds