Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dmalloc.h101 #define M_SONAME 11 /* socket name */ macro
142 #define M_SONAME 11 /* socket name (smb) */
/xnu-12377.81.4/bsd/kern/
H A Dkern_malloc.c102 if (type == M_SONAME) { in _MALLOC_external()