Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/ !
H A Dmalloc.h91 #define M_NULL 0x0008 /* return NULL if space is unavailable*/ macro
/xnu-12377.81.4/bsd/kern/ !
H A Dkern_malloc.c124 if (flags & (M_NOWAIT | M_NULL)) { in _MALLOC_external()