Searched refs:memguard_alloc (Results 1 – 4 of 4) sorted by relevance
41 void *memguard_alloc(unsigned long, int);51 #define memguard_alloc(size, flags) NULL macro
288 memguard_alloc(unsigned long req_size, int flags) in memguard_alloc() function427 if ((newaddr = memguard_alloc(size, flags)) == NULL) in memguard_realloc()
3626 item = memguard_alloc(zone->uz_size, flags); in uma_zalloc_debug()
560 *vap = memguard_alloc(*sizep, flags); in malloc_dbg()