Home
last modified time | relevance | path

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

/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst178 Chaged list overallocation strategy. It no longer overallocates if the new
/external/python/cpython3/Doc/library/
Ddecimal.rst2164 On systems with overallocation (e.g. Linux), a more sophisticated approach is to
2188 In general (and especially on systems without overallocation), it is recommended
Dstdtypes.rst977 objects are mutable and have an efficient overallocation mechanism
/external/mesa3d/src/amd/vulkan/
Dradv_device.c2702 const VkDeviceMemoryOverallocationCreateInfoAMD *overallocation = (const void *)ext; in radv_CreateDevice() local
2703 if (overallocation->overallocationBehavior == VK_MEMORY_OVERALLOCATION_BEHAVIOR_DISALLOWED_AMD) in radv_CreateDevice()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1716 - ac/surface: remove the overallocation workaround for Vega12
D19.3.0.rst3110 - radv/gfx10: fix unnecessary LDS overallocation for NGG GS
D20.1.0.rst4011 - radv: track memory heaps usage if overallocation is explicitly
/external/python/cpython2/Misc/
DHISTORY3074 overallocation ranged between 3% and 25%. Now, it is a constant 12%.
3075 For smaller lists (n<8), overallocation was upto eight elements. Now,
3076 the overallocation is no more than three elements -- this improves space
/external/python/cpython3/Misc/
DHISTORY20458 overallocation ranged between 3% and 25%. Now, it is a constant 12%.
20459 For smaller lists (n<8), overallocation was upto eight elements. Now,
20460 the overallocation is no more than three elements -- this improves space