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

  /external/clang/test/Analysis/
malloc-three-arg.c 5 #define M_ZERO 0x0100
19 list = malloc(sizeof(*list) * 10, NULL, M_ZERO);
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_malloc.h 54 #define M_ZERO 0x0100 /* bzero the allocation */
186 /* Using memset if flag M_ZERO is specified. Todo: M_WAITOK and M_NOWAIT */
190 if(flags & M_ZERO) { \
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 689 MALLOC(var, type, size, M_SONAME, (M_WAITOK | M_ZERO)); \
    [all...]
sctp_sysctl.c 135 MALLOC(SCTP_BASE_SYSCTL(sctp_log), struct sctp_log *, sizeof(struct sctp_log), M_SYSCTL, M_ZERO);
    [all...]

Completed in 355 milliseconds