Searched refs:SYM_MEM_WARN (Results 1 – 2 of 2) sorted by relevance
187 else if (uflags & SYM_MEM_WARN) in __sym_calloc2()191 #define __sym_calloc(mp, s, n) __sym_calloc2(mp, s, n, SYM_MEM_WARN)
548 #define SYM_MEM_WARN 1 /* Warn on failed operations */ macro