Searched refs:one_MB (Results 1 – 1 of 1) sorted by relevance
257 uint8_t *one_KB, *one_MB; in test_put_and_get() local392 one_MB = calloc(1024, 1024); in test_put_and_get()394 disk_cache_compute_key(cache, one_MB, 1024 * 1024, one_MB_key); in test_put_and_get()397 disk_cache_put(cache, one_MB_key, one_MB, 1024 * 1024, NULL); in test_put_and_get()399 free(one_MB); in test_put_and_get()