Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/ !
H A Dmalloc.h144 #define M_LAST 130 /* Must be last type + 1 */ macro
/xnu-8019.80.24/bsd/kern/ !
H A Dkern_malloc.c90 if (type >= M_LAST) { in __MALLOC_ext()