HomeSort by relevance Sort by last modified time
    Searched refs:MALLOC_DECLARE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_malloc.h 176 /* If we need to use MALLOC_DECLARE before using MALLOC then
179 #define MALLOC_DECLARE(type) \
183 It seems that MALLOC_DECLARE and MALLOC_DEFINE cannot be used at
188 #define MALLOC_DECLARE(type) \
219 #define MALLOC_DECLARE(type) \
222 MALLOC_DECLARE(M_CACHE);
223 MALLOC_DECLARE(M_DEVBUF);
224 MALLOC_DECLARE(M_TEMP);
226 MALLOC_DECLARE(M_IP6OPT); /* for INET6 */
227 MALLOC_DECLARE(M_IP6NDP); /* for INET6 *
    [all...]
user_socketvar.h 78 MALLOC_DECLARE(M_ACCF);
79 MALLOC_DECLARE(M_PCB);
80 MALLOC_DECLARE(M_SONAME);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 441 #include "user_socketvar.h" /* MALLOC_DECLARE's M_PCB. Replacement for sys/socketvar.h */
563 MALLOC_DECLARE(SCTP_M_MAP);
564 MALLOC_DECLARE(SCTP_M_STRMI);
565 MALLOC_DECLARE(SCTP_M_STRMO);
566 MALLOC_DECLARE(SCTP_M_ASC_ADDR);
567 MALLOC_DECLARE(SCTP_M_ASC_IT);
568 MALLOC_DECLARE(SCTP_M_AUTH_CL);
569 MALLOC_DECLARE(SCTP_M_AUTH_KY);
570 MALLOC_DECLARE(SCTP_M_AUTH_HL);
571 MALLOC_DECLARE(SCTP_M_AUTH_IF)
    [all...]
  /external/libpcap/Win32/Include/net/
if.h 219 #ifdef MALLOC_DECLARE
220 MALLOC_DECLARE(M_IFADDR);
221 MALLOC_DECLARE(M_IFMADDR);

Completed in 236 milliseconds