Home
last modified time | relevance | path

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

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