Searched refs:M_LAST (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ ! | ||
| H A D | malloc.h | 144 #define M_LAST 130 /* Must be last type + 1 */ macro |
| /xnu-8019.80.24/bsd/kern/ ! | ||
| H A D | kern_malloc.c | 90 if (type >= M_LAST) { in __MALLOC_ext() |