Searched refs:M_ZERO (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Analysis/ |
D | malloc-three-arg.c | 5 #define M_ZERO 0x0100 macro 19 list = malloc(sizeof(*list) * 10, NULL, M_ZERO); in test_zeroed()
|
/external/llvm-project/clang/test/Analysis/ |
D | malloc-three-arg.c | 5 #define M_ZERO 0x0100 macro 19 list = malloc(sizeof(*list) * 10, NULL, M_ZERO); in test_zeroed()
|
/external/usrsctp/usrsctplib/ |
D | user_malloc.h | 62 #define M_ZERO 0x0100 /* bzero the allocation */ macro 198 if (flags & M_ZERO) { \
|
/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/ |
D | a.proto | 67 M_ZERO = 0; enumerator
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 708 MALLOC(var, type, size, M_SONAME, (M_WAITOK | M_ZERO)); \
|
D | sctp_sysctl.c | 157 MALLOC(SCTP_BASE_SYSCTL(sctp_log), struct sctp_log *, sizeof(struct sctp_log), M_SYSCTL, M_ZERO); in sctp_init_sysctls()
|