Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2689 const size_t element_header_size = CalculateElementHeaderSize(alloc->element); in SaveAllocation() local
2690 assert((sizeof(AllocationDetails::FileHeader) + element_header_size) < in SaveAllocation()
2694 element_header_size); in SaveAllocation()
2710 new uint8_t[element_header_size]); in SaveAllocation()
2714 (uint64_t)element_header_size); in SaveAllocation()
2722 num_bytes = element_header_size; in SaveAllocation()