Searched refs:no_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_unit.c113 static int no_alloc; variable
119 KASSERT(no_alloc == 0, ("malloc in wrong place() line %d", line));
949 no_alloc = 1;
955 no_alloc = 0;

Completed in 110 milliseconds