Home
last modified time | relevance | path

Searched refs:heaps (Results 1 – 25 of 30) sorted by relevance

12

/external/syzkaller/sys/linux/
Dion.txt28 cnt len[heaps, int32]
30 heaps ptr64[out, ion_heap_data]
/external/linux-kselftest/tools/testing/selftests/android/ion/
Dion.h118 __u64 heaps; /* buffer to be populated */ member
Dionutils.c71 query.heaps = (unsigned long int)&heap_data[0]; in ion_export_buffer_fd()
DREADME21 By default only the SYSTEM and SYSTEM_CONTIG heaps are supported.
/external/jemalloc_new/src/
Dextent.c288 extent_heap_new(&extents->heaps[i]); in extents_init()
316 if (extent_heap_empty(&extents->heaps[pind])) { in extents_insert_locked()
320 extent_heap_insert(&extents->heaps[pind], extent); in extents_insert_locked()
342 extent_heap_remove(&extents->heaps[pind], extent); in extents_remove_locked()
343 if (extent_heap_empty(&extents->heaps[pind])) { in extents_remove_locked()
375 assert(!extent_heap_empty(&extents->heaps[i])); in extents_fit_alignment()
376 extent_t *extent = extent_heap_first(&extents->heaps[i]); in extents_fit_alignment()
418 assert(!extent_heap_empty(&extents->heaps[i]));
419 extent_t *extent = extent_heap_first(&extents->heaps[i]);
442 assert(!extent_heap_empty(&extents->heaps[i])); in extents_first_fit_locked()
[all …]
/external/jemalloc_new/include/jemalloc/internal/
Dextent_structs.h183 extent_heap_t heaps[NPSIZES+1]; member
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td29 // WebAssembly may someday supports mixed 32-bit and 64-bit heaps in the same
/external/mesa3d/src/intel/vulkan/
Danv_device.c135 device->memory.heaps[0] = (struct anv_memory_heap) { in anv_physical_device_init_heaps()
154 device->memory.heaps[0] = (struct anv_memory_heap) { in anv_physical_device_init_heaps()
159 device->memory.heaps[1] = (struct anv_memory_heap) { in anv_physical_device_init_heaps()
177 if (device->memory.heaps[heap].supports_48bit_addresses) { in anv_physical_device_init_heaps()
1056 .size = physical_device->memory.heaps[i].size, in anv_GetPhysicalDeviceMemoryProperties()
1057 .flags = physical_device->memory.heaps[i].flags, in anv_GetPhysicalDeviceMemoryProperties()
1866 if (pdevice->memory.heaps[mem->type->heapIndex].supports_48bit_addresses) in anv_AllocateMemory()
Danv_private.h782 struct anv_memory_heap heaps[VK_MAX_MEMORY_HEAPS]; member
/external/python/cpython2/Doc/library/
Dheapq.rst84 The module also offers three general purpose functions based on heaps.
273 and heaps are good for this, as they are reasonably speedy, the speed is almost
293 heap completely vanishes, you switch heaps and start a new run. Clever and
296 In a word, heaps are useful memory structures to know. I use them in a few
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td29 // WebAssembly may someday supports mixed 32-bit and 64-bit heaps in the same
/external/python/cpython3/Doc/library/
Dheapq.rst83 The module also offers three general purpose functions based on heaps.
285 and heaps are good for this, as they are reasonably speedy, the speed is almost
305 heap completely vanishes, you switch heaps and start a new run. Clever and
308 In a word, heaps are useful memory structures to know. I use them in a few
Dturtle.rst2339 | | with three heaps of sticks | event driven (mouse, |
/external/python/cpython2/Doc/c-api/
Dmemory.rst54 different heaps. However, one may safely allocate and release memory blocks
275 allocators operating on different heaps. ::
/external/python/cpython3/Doc/c-api/
Dmemory.rst54 different heaps. However, one may safely allocate and release memory blocks
581 allocators operating on different heaps. ::
/external/python/cpython2/Doc/tutorial/
Dstdlib2.rst337 The :mod:`heapq` module provides functions for implementing heaps based on
/external/python/cpython3/Doc/tutorial/
Dstdlib2.rst339 The :mod:`heapq` module provides functions for implementing heaps based on
/external/deqp/doc/testspecs/VK/
Dapitests.adoc201 ** All heaps
/external/curl/m4/
Dcurl-compilers.m41010 dnl on i686-Linux as it gives us heaps with false positives.
/external/jemalloc/
DChangeLog108 - Use pairing heaps rather than red-black trees for various hot data
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1080 :func:`nsmallest` that use heaps to find the N largest or smallest values in a
/external/jemalloc_new/
DChangeLog482 - Use pairing heaps rather than red-black trees for various hot data
/external/python/cpython3/Doc/whatsnew/
D2.4.rst1080 :func:`nsmallest` that use heaps to find the N largest or smallest values in a
/external/python/cpython2/Misc/
Dcheatsheet1898 heapq Priority queue implemented using lists organized as heaps.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12