Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/cache/
Dcache_test.c304 uint8_t *one_KB, *one_MB; in test_put_and_get() local
437 one_MB = calloc(1024, 1024); in test_put_and_get()
439 disk_cache_compute_key(cache, one_MB, 1024 * 1024, one_MB_key); in test_put_and_get()
442 disk_cache_put(cache, one_MB_key, one_MB, 1024 * 1024, NULL); in test_put_and_get()
444 free(one_MB); in test_put_and_get()