Home
last modified time | relevance | path

Searched refs:alloc_from_array (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/src/sections/
H A Dapp_memory.rs18 let section = MemoryArrayWriter::<u8>::alloc_from_array(buffer, &data_copy)?; in write()
H A Dmemory_list_stream.rs18 MemoryArrayWriter::<MDMemoryDescriptor>::alloc_from_array(buffer, &config.memory_blocks)?; in write()
H A Dmappings.rs61 let mapping_list = MemoryArrayWriter::<MDRawModule>::alloc_from_array(buffer, &modules)?; in write()
H A Dmod.rs92 pub fn alloc_from_array(buffer: &mut Cursor<Vec<u8>>, array: &[T]) -> Result<Self> { in alloc_from_array() function
H A Dthread_list_stream.rs125 let mem_section = MemoryArrayWriter::alloc_from_array(buffer, &memory_copy)?; in write()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/src/sections/
H A Dapp_memory.rs18 let section = MemoryArrayWriter::<u8>::alloc_from_array(buffer, &data_copy)?; in write()
H A Dmemory_list_stream.rs18 MemoryArrayWriter::<MDMemoryDescriptor>::alloc_from_array(buffer, &config.memory_blocks)?; in write()
H A Dmappings.rs61 let mapping_list = MemoryArrayWriter::<MDRawModule>::alloc_from_array(buffer, &modules)?; in write()
H A Dmod.rs92 pub fn alloc_from_array(buffer: &mut Cursor<Vec<u8>>, array: &[T]) -> Result<Self> { in alloc_from_array() function
H A Dthread_list_stream.rs125 let mem_section = MemoryArrayWriter::alloc_from_array(buffer, &memory_copy)?; in write()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/minidump_writer_linux/src/sections/
H A Dapp_memory.rs18 let section = MemoryArrayWriter::<u8>::alloc_from_array(buffer, &data_copy)?; in write()
H A Dmemory_list_stream.rs18 MemoryArrayWriter::<MDMemoryDescriptor>::alloc_from_array(buffer, &config.memory_blocks)?; in write()
H A Dmappings.rs61 let mapping_list = MemoryArrayWriter::<MDRawModule>::alloc_from_array(buffer, &modules)?; in write()
H A Dmod.rs92 pub fn alloc_from_array(buffer: &mut Cursor<Vec<u8>>, array: &[T]) -> Result<Self> { in alloc_from_array() function
H A Dthread_list_stream.rs125 let mem_section = MemoryArrayWriter::alloc_from_array(buffer, &memory_copy)?; in write()
/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/src/
H A Ddso_debug.rs266 MemoryArrayWriter::<u8>::alloc_from_array(buffer, &dso_debug_data)?; in write_dso_debug_stream()
H A Dminidump_writer.rs421 let section = MemoryArrayWriter::<u8>::alloc_from_array(buffer, &content)?; in write_file()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/src/
H A Ddso_debug.rs266 MemoryArrayWriter::<u8>::alloc_from_array(buffer, &dso_debug_data)?; in write_dso_debug_stream()
H A Dminidump_writer.rs421 let section = MemoryArrayWriter::<u8>::alloc_from_array(buffer, &content)?; in write_file()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/minidump_writer_linux/src/
H A Ddso_debug.rs266 MemoryArrayWriter::<u8>::alloc_from_array(buffer, &dso_debug_data)?; in write_dso_debug_stream()
H A Dminidump_writer.rs421 let section = MemoryArrayWriter::<u8>::alloc_from_array(buffer, &content)?; in write_file()