Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_malloc.c466 #define CONTIG_MALLOC_SLAB(_size) \ macro
497 vsetzoneslab((uintptr_t)ret, NULL, CONTIG_MALLOC_SLAB(size)); in contigmalloc()
524 vsetzoneslab((uintptr_t)ret, NULL, CONTIG_MALLOC_SLAB(size)); in contigmalloc_domainset()
533 #undef CONTIG_MALLOC_SLAB