Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Duma_core.c241 static void *page_alloc(uma_zone_t, vm_size_t, int, uint8_t *, int);
1191 page_alloc : uma_small_alloc; in startup_alloc()
1193 keg->uk_allocf = page_alloc; in startup_alloc()
1229 page_alloc(uma_zone_t zone, vm_size_t bytes, int domain, uint8_t *pflag, in page_alloc() function
1685 keg->uk_allocf = page_alloc; in keg_ctor()
/freebsd-12.1/gnu/usr.bin/grep/
H A DChangeLog636 * src/grep.c (ubuffer, bufsalloc, PREFERRED_SAVE_FACTOR, page_alloc):
842 page_alloc, reset, fillbuf, grepbuf, prtext, prpending, prline,
1386 * src/grep.c (page_alloc): Reallocate the old buffer instead
1800 * src/grep.c (page_alloc): New function.
1804 Use page_alloc instead of valloc.