Home
last modified time | relevance | path

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

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