Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/vm/
Duma.h253 #define UMA_ZONE_MALLOC 0x0010 /* For use by malloc(9) only! */ macro
289 (UMA_ZONE_OFFPAGE | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
Duma_core.c971 if ((keg->uk_flags & UMA_ZONE_MALLOC) == 0) in keg_alloc_slab()
1435 if (arg->flags & UMA_ZONE_REFCNT || arg->flags & UMA_ZONE_MALLOC) in keg_ctor()
2690 if (zone->uz_flags & UMA_ZONE_MALLOC) in uma_zfree_arg()
2927 if (zone->uz_flags & UMA_ZONE_MALLOC) in zone_free_item()
/freebsd-10-stable/sys/kern/
Dkern_malloc.c801 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in mallocinit()
815 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in mallocinit()
/freebsd-10-stable/tools/tools/umastat/
Dumastat.c130 { UMA_ZONE_MALLOC, "malloc" },