Lines Matching refs:library

7     -   [libdmabufheap system library](#section_libdmabufheap)
8 - [libmeminfo system library (planning)](#section_libmeminfo)
9 - [libmemleak system library (planning)](#section_libmemleak)
10 - [libpurgeable system library](#section_libpurgeable)
11 - [libspeculative system library (planning)](#section_libspeculative)
17 …belongs to the subsystem named *Utils Subsystem*. It provides the system library for upper-layer s…
37 ├── libdmabufheap # DMA (Direct Memory Access) memory allocation system library
38 │   ├── include # DMA memory allocation system library header directory
39 │   ├── src # DMA memory allocation system library source directory
40 │   └── test # DMA memory allocation system library usecase directory
41 ├── libmeminfo # Memory footprint management library
42 ├── libmemleak # Memory leak detection library
43 ├── libpurgeable # Purgeable memory management library
44 └── libspeculative # Speculative memory management library
49 *Memory base libraries* is a component of the system library that integrates memory operations and …
51 ### libdmabufheap system library<a name="section_libdmabufheap"></a>
53 The memory system library provides interfaces for the multimedia service to allocate and share shar…
55 ### libmeminfo system library (planning)<a name="section_libmeminfo"></a>
59 ### libmemleak system library (planning)<a name="section_libmemleak"></a>
63 ### libpurgeable system library<a name="section_libpurgeable"></a>
67 ### libspeculative system library (planning)<a name="section_libspeculative"></a>