Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/libsa/zfs/
HDzfsimpl.c80 #define TEMP_SIZE (1024 * 1024) macro
95 zfs_temp_buf = malloc(TEMP_SIZE); in zfs_init()
96 zfs_temp_end = zfs_temp_buf + TEMP_SIZE; in zfs_init()