Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dmem.c71 static size_t max_alloc_size= INT_MAX; variable
74 max_alloc_size = max; in av_max_alloc()
81 if (size > max_alloc_size) in av_malloc()
136 if (size > max_alloc_size) in av_realloc()
483 if (min_size > max_alloc_size) { in av_fast_realloc()
488 min_size = FFMIN(max_alloc_size, FFMAX(min_size + min_size / 16 + 32, min_size)); in av_fast_realloc()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c179 uint64_t max_alloc_size; in r600_test_dma() local
186 max_alloc_size = 128 * 1024 * 1024; in r600_test_dma()
258 max_alloc_size) { in r600_test_dma()
/third_party/mesa3d/docs/relnotes/
D17.0.1.rst170 - winsys/amdgpu: reduce max_alloc_size based on GTT limits
D13.0.6.rst233 - winsys/amdgpu: reduce max_alloc_size based on GTT limits