Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/vm/
Duma.h230 #define UMA_ZONE_MALLOC 0x0010 /* For use by malloc(9) only! */ macro
262 (UMA_ZONE_OFFPAGE | UMA_ZONE_MALLOC | UMA_ZONE_HASH | \
Duma_core.c833 if ((keg->uk_flags & UMA_ZONE_MALLOC) == 0) in keg_alloc_slab()
1279 if (arg->flags & UMA_ZONE_REFCNT || arg->flags & UMA_ZONE_MALLOC) in keg_ctor()
2555 if (zone->uz_flags & UMA_ZONE_MALLOC) in uma_zfree_arg()
2751 if ((zone->uz_flags & UMA_ZONE_MALLOC) && udata != NULL) in zone_free_item()
/freebsd-9-stable/sys/kern/
Dkern_malloc.c770 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in kmeminit()
784 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in kmeminit()
/freebsd-9-stable/tools/tools/umastat/
Dumastat.c128 { UMA_ZONE_MALLOC, "malloc" },