Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_malloc.c109 if (flags & (M_NOWAIT | M_NULL)) { in __MALLOC_ext()
148 if (flags & (M_NOWAIT | M_NULL)) { in __REALLOC()
/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h84 #define M_NULL 0x0008 /* return NULL if space is unavailable*/ macro