Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_malloc.c1042 long temp_allocs, temp_bytes; in malloc_uninit() local
1071 temp_allocs = temp_bytes = 0; in malloc_uninit()
1076 temp_bytes += mtsp->mts_memalloced; in malloc_uninit()
1077 temp_bytes -= mtsp->mts_memfreed; in malloc_uninit()
1079 if (temp_allocs > 0 || temp_bytes > 0) { in malloc_uninit()
1082 temp_allocs, temp_bytes); in malloc_uninit()