Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Duma_core.c291 static void uma_dbg_alloc(uma_zone_t zone, uma_slab_t slab, void *item);
2513 uma_dbg_alloc(zone, NULL, item); in uma_zalloc_arg()
3102 uma_dbg_alloc(zone, NULL, item); in zone_alloc_item()
4209 uma_dbg_alloc(uma_zone_t zone, uma_slab_t slab, void *item) function