Searched refs:memguard_alloc (Results 1 – 4 of 4) sorted by relevance
43 void *memguard_alloc(unsigned long, int);53 #define memguard_alloc(size, flags) NULL macro
290 memguard_alloc(unsigned long req_size, int flags) in memguard_alloc() function429 if ((newaddr = memguard_alloc(size, flags)) == NULL) in memguard_realloc()
3323 item = memguard_alloc(zone->uz_size, flags); in uma_zalloc_debug()
549 *vap = memguard_alloc(*sizep, flags); in malloc_dbg()